ruby/test/prism/errors/def_with_multiple_statements_receiver.txt
2024-07-11 14:25:54 -04:00

10 lines
222 B
Text

def (
a
b
^ expected a matching `)`
^ expected a `.` or `::` after the receiver in a method definition
^ expected a delimiter to close the parameters
).c; end
^ unexpected ')', ignoring it
^ unexpected '.', ignoring it