summaryrefslogtreecommitdiff
path: root/test/prism/errors/void_value_expression_in_hash.txt
blob: 7795511443792efed90bc3fcc1370fd5500c18a3 (plain)
1
2
3
4
5
6
7
8
9
{ return => 1 }
  ^~~~~~ unexpected void value expression
{ 1 => return }
       ^~~~~~ unexpected void value expression
{ a: return }
     ^~~~~~ unexpected void value expression
{ **return }
    ^~~~~~ unexpected void value expression