mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 10:39:51 +07:00
GitOrigin-RevId: 2acb4c26809377fc307075fa23c008584b66de8b
7 lines
118 B
Java
7 lines
118 B
Java
class Test {
|
|
void simpleMethod() {
|
|
System.out.println("<caret>");
|
|
System.out.println("");
|
|
}
|
|
}
|