summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/const_op_asgn.txt
blob: e72e7adee8c4e4ca60789df716d3f311a6fbeb3d (plain)
1
2
3
4
5
6
7
8
9
::A += 1

A += 1

B::A += 1

def x; ::A ||= 1; end

def x; self::A ||= 1; end