blob: c5e0f4f9391ed62f75877e1fd45057f419c9b73a [file] [log] [blame]
class A extends B.<ref>Foo implements B{
}
interface B{
static class Foo{
}
}