blob: f2cc1c970f050cf9996db4ea3a6dd00270e3b624 [file] [log] [blame]
class Test {
void bar() {
String str = foo();
}
static <T> T fo<caret>o(){return null;}
}