mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 7a8f7a9eba3c7277da7b54e30a03afbbf771f84e
7 lines
142 B
Java
7 lines
142 B
Java
class SomeClass {
|
|
|
|
public void test(String filePath) {
|
|
<selection>var s = "42";</selection>
|
|
System.out.println(s);
|
|
}
|
|
} |