mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: ef1718bee6d9d9ed9886b1a02cd9c6be4aee68f7
6 lines
86 B
Java
6 lines
86 B
Java
class X {
|
|
void x() {
|
|
class Local {}
|
|
class LocalImpl extends Local {}
|
|
}
|
|
} |