mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 22:43:40 +07:00
GitOrigin-RevId: cf4f72d56ac5e5ba0b71eb5d38d71c2ab71941b1
8 lines
62 B
Java
8 lines
62 B
Java
|
|
class Nested {
|
|
Nested() {<caret>
|
|
}
|
|
}
|
|
|
|
void main() {
|
|
} |