4028 There was a trailing comma or semicolon. val x = (1, 2,) (** ^ trailing `,` *) To fix Remove the trailing separator. val x = (1, 2)