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