summaryrefslogtreecommitdiff
path: root/test/prism/errors/module_name_recoverable.txt
blob: 58a28a60c566e46b24152bfc20c3155bf5868107 (plain)
1
2
3
4
module Parent module end
              ^~~~~~ unexpected constant path after `module`; class/module name must be CONSTANT
                     ^~~ unexpected 'end', assuming it is closing the parent module definition