blob: 3e42f5a983e90ca108f9f29804e65f9a4f7e7408 [file] [log] [blame]
class Test {
void bar() {
foo("");
}
static <T> void f<caret>oo(T t){System.out.println(t);}
}