Files
2020-08-18 11:11:11 +00:00

9 lines
87 B
Plaintext

class Test {
Test(int a) {
}
void test() {
System.out.println(1);
}
}