summaryrefslogtreecommitdiff
path: root/test/prism/errors/class_definition_in_method_defs.txt
blob: 23bee0b6fb3342f16ffbadd3f26ebb92c3081750 (plain)
1
2
3
4
5
6
7
def foo(bar = class A;end);end
              ^~~~~ unexpected class definition in method body
def foo;rescue;class A;end;end
               ^~~~~ unexpected class definition in method body
def foo;ensure;class A;end;end
               ^~~~~ unexpected class definition in method body