mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: 00b35b03924f0144f0cb2a4f36c6e9eaa2c416b7
9 lines
172 B
Java
9 lines
172 B
Java
public class Main {
|
|
public void main() {
|
|
try {
|
|
System.out.print("abc<caret>def");
|
|
} catch (java.lang.Exception exception) {
|
|
exception.printStackTrace();
|
|
}
|
|
}
|
|
} |