mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +07:00
6 lines
62 B
Java
6 lines
62 B
Java
public class Test {
|
|
public Test(int i) {
|
|
new x();
|
|
}
|
|
}
|