mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
GitOrigin-RevId: 75dd479b8ff332776bb238fe964cc9cf715b2404
8 lines
105 B
Java
8 lines
105 B
Java
class ClassInitializer extends Super {
|
|
static<caret> {
|
|
System.out.println();
|
|
}
|
|
}
|
|
class Super {
|
|
|
|
} |