blob: 947f2728a8726397150ccb77d30b31914c8afd44 [file] [log] [blame]
class MyTest {
static class Foo {
}
static Foo get<caret>_i() { return null; }
}