summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/numparam_outside_block.txt
blob: 37cbce182d14bc43cd250f3f77e2bf3266268742 (plain)
1
2
3
4
5
6
7
8
9
_1

class << foo; _1; end

class A; _1; end

def self.m; _1; end

module A; _1; end