Files

10 lines
168 B
Java

// "Create constructor in 'Inconceivable'" "true-preview"
class Inconceivable {
Inconceivable() {
this(1);
}
public Inconceivable(int i) {
}
}