mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
GitOrigin-RevId: 282a1fc9cbb4ccacca545d01bfc036007d7fdfe8
12 lines
140 B
Java
12 lines
140 B
Java
interface Par<caret>ent {
|
|
}
|
|
|
|
class Inheritor implements Parent {
|
|
}
|
|
|
|
class A {
|
|
void foo() {
|
|
class Local implements Parent {
|
|
}
|
|
}
|
|
} |