summaryrefslogtreecommitdiff
path: root/test/prism/errors/def_with_optional_splat.txt
blob: 74a833ceec0dacce3d7721746d6be58ea5735062 (plain)
1
2
3
4
5
6
def foo(*bar = nil); end
             ^ unexpected '='; expected a `)` to close the parameters
                  ^ unexpected ')', expecting end-of-input
                  ^ unexpected ')', ignoring it
                     ^~~ unexpected 'end', ignoring it