mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-15 05:43:47 +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{
|
|
}
|
|
}
|