// "Convert to record class" "true-preview" record R(int first) { void print() { System.out.println(toString()); } }