summaryrefslogtreecommitdiff
path: root/test/prism/errors/unterminated_def.txt
blob: a6212e3a21cd55d453272c2c9ffa5736cdb3faee (plain)
1
2
3
4
5
def foo
       ^ expected a delimiter to close the parameters
       ^ unexpected end-of-input, assuming it is closing the parent top level context
^~~ expected an `end` to close the `def` statement