blob: dd78c8b995ea673d4ea8c3b1b7ed93d7d739acd8 [file] [log] [blame]
class MyTest {
static class Foo {
}
static Foo getI() { return null; }
}