summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/pattern_matching_constants.txt
blob: aba764ff3567b7b7a7cb0d55928e690f9f286930 (plain)
1
2
3
4
5
case foo; in ::A then true; end

case foo; in A then true; end

case foo; in A::B then true; end