mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
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 {
|
|
}
|
|
}
|
|
} |