mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 00:01:54 +07:00
7 lines
72 B
Java
7 lines
72 B
Java
class A extends A.<ref>Foo, B{
|
|
}
|
|
|
|
interface B{
|
|
static class Foo{
|
|
}
|
|
} |