blob: e6ff0b1fdc34e05d83beddc9fd3afc6fa2acb224 [file] [log] [blame]
record Range(int lo, int hi, Strign aasofdi, String aoifjasoifdj) implements Interface1, Interface2, Interfacee3 {
public Range {
this.lo = lo;
this.hi = hi;
if (lo > hi)
throw new IllegalArgumentException(String.format("(%d,%d)", lo, hi));
}
}