blob: b7fbf1fc05584e6335949879fc2e402c56e3c241 [file] [log] [blame]
package test0040;
public class X {
<T> T foo(){
return null;
}
}