blob: e4e66831b648af2e423486bc6147ef14b19b01b3 [file] [log] [blame]
import static Foo.foo;
class Foo {
public static <T> T foo ()
}
class Bar {
void f(String s) {
}
{
f(foo<caret>x)
}
}