mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
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) {
|
|
|
|
}
|
|
} |