Searched refs:NullaryConstructorUnsupported (Results 1 – 1 of 1) sorted by relevance
17 public class NullaryConstructorUnsupported { class18 public NullaryConstructorUnsupported() { x = 22; } in NullaryConstructorUnsupported() method in NullaryConstructorUnsupported19 public NullaryConstructorUnsupported(int y) { x = y; } in NullaryConstructorUnsupported() method in NullaryConstructorUnsupported