mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
GitOrigin-RevId: c558f8718dcc473878acff1e29a09b96d9824d6c
7 lines
81 B
Java
7 lines
81 B
Java
public class Test {
|
|
|
|
void test<caret>(){
|
|
System.out.println();
|
|
}
|
|
}
|