blob: 2bc5fcc44f6f22439dd807bd921ae63b0f9b5a5c [file] [log] [blame]
class Super {
static <T> void foo() {}
}
class Child extends Super {}
class Bar {
{
Child.<String>f<caret>oo();
}
}