summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/send_attr_asgn.txt
blob: b477966b2a784cd20ab8e69acce62681366b4360 (plain)
1
2
3
4
5
6
7
foo.A = 1

foo.a = 1

foo::A = 1

foo::a = 1