summaryrefslogtreecommitdiff
path: root/test/prism/errors/module_definition_in_method_body_within_block.txt
blob: 204be3560798c68daf0c71c64e691d1feb3098d6 (plain)
1
2
3
4
5
6
7
def foo
  bar do
    module Foo;end
    ^~~~~~ unexpected module definition in method body
  end
end