blob: e33c361f5ca657fad80c70ce9e15e8e6ffbd66ff [file] [log] [blame]
class Test {
static <T> T f<caret>oo() {
return null;
}
void bar() {
foo();
}
}