mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 08:27:11 +07:00
GitOrigin-RevId: a226e4c6d00310a1fed86fe4e26dc872b64efaca
10 lines
168 B
Java
10 lines
168 B
Java
// "Create constructor in 'Inconceivable'" "true-preview"
|
|
class Inconceivable {
|
|
Inconceivable() {
|
|
this(1);
|
|
}
|
|
|
|
public Inconceivable(int i) {
|
|
|
|
}
|
|
} |