mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
8 lines
85 B
Java
8 lines
85 B
Java
class A extends B.<caret>Foo implements B{
|
|
}
|
|
|
|
interface B{
|
|
static class Foo{
|
|
}
|
|
}
|