mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 17:14:09 +07:00
8 lines
83 B
Java
8 lines
83 B
Java
class A extends B.<ref>Foo implements B{
|
|
}
|
|
|
|
interface B{
|
|
static class Foo{
|
|
}
|
|
}
|