Which override is legal inside a record, and which would break record semantics?record Point(int x, int y) { // candidate overrides }