Files

7 lines
133 B
Java

class Test {
static class NestedTest {
public static void main(String[] args) {
new Test();
}
}
}