mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
7 lines
106 B
Java
7 lines
106 B
Java
class Test {
|
|
<selection>new Integer(0)</selection>
|
|
|
|
void foo() {
|
|
Integer i = new Integer(0);
|
|
}
|
|
} |