mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 16:19:35 +07:00
f75bc6d37a
GitOrigin-RevId: cd0ac910a3e49f5329e34aee2751fd78c133e31f
7 lines
99 B
Java
7 lines
99 B
Java
// "Convert to 'class'" "true"
|
|
|
|
abstract class A {
|
|
public A() {
|
|
System.out.println(42);
|
|
}
|
|
} |