mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 07:28:24 +07:00
10 lines
138 B
Java
10 lines
138 B
Java
public class Test {
|
|
public Test() {
|
|
int i = <selection>0</selection>;
|
|
}
|
|
|
|
public Test get() {
|
|
return new Test() {
|
|
}
|
|
}
|
|
} |