blob: f49bb50c7bbb4a389367e7f9c54473d728e109d2 [file] [log] [blame]
class Test {
interface I {
int foo();
}
static int aa() {
return 0;
}
{
I i = Test::<caret>
}
}