mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 15:50:49 +07:00
GitOrigin-RevId: 3554a012e461858666264af761988e907a7d0284
5 lines
155 B
Java
5 lines
155 B
Java
public class ImplicitDefaultConstructor {
|
|
public static void main(String[] args) {
|
|
System.out.println(new ImplicitDefaultConstructor<caret>());
|
|
}
|
|
} |