summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/masgn_splat.txt
blob: a15dab10f200130f09902f59eac89d194be7fc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* = bar

*, c, d = bar

*b = bar

*b, c = bar

@foo, @@bar = *foo

a, * = bar

a, *, c = bar

a, *b = bar

a, *b, c = bar

a, b = *foo, bar