Searched defs:RecordWithConstructor (Results 1 – 1 of 1) sorted by relevance
77 record RecordWithConstructor(int id, String name) { in RecordWithConstructor() method in RecordTest78 public RecordWithConstructor(int id) { in RecordWithConstructor() method