mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 14:17:48 +07:00
GitOrigin-RevId: 922c5e2684f53b2969d5bcc19b2c8d68cc901a66
6 lines
115 B
Java
6 lines
115 B
Java
public class Main {
|
|
static class A {}
|
|
public static void main(String[] args) {
|
|
A a = new A().<caret>;
|
|
}
|
|
} |