aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/fixtures/whitequark/args_assocs_legacy.txt
blob: b33e131181877600b3a0b532b27d50d0451d0ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
fun(:foo => 1)

fun(:foo => 1, &baz)

self.[]= foo, :a => 1

self[:bar => 1]

super(:foo => 42)

yield(:foo => 42)