blob: 18fb9b491f4eac16ffd3187bca227e7b52f78453 [file] [log] [blame]
package generic_out;
public class TestMethodInstance1 {
void bar() {
String t= null;
}
private <T> void foo(T param) {
T t= null;
}
}