summaryrefslogtreecommitdiff
path: root/test/prism/errors/def_with_multiple_statements_receiver.txt
blob: 80c9d4c19018e092ad261f85a7cda6ebe0b01a38 (plain)
1
2
3
4
5
6
7
8
9
10
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