mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
18 lines
348 B
Plaintext
18 lines
348 B
Plaintext
[(*),]
|
|
^~~ unexpected write target
|
|
[1,(a,*b,(c,d)),1]
|
|
^~~~~~~~~~~~ unexpected write target
|
|
{a:(*),}
|
|
^~~ unexpected write target
|
|
[1+(*),]
|
|
^~~ unexpected write target
|
|
x=(*),1
|
|
^~~ unexpected write target
|
|
p((*),)
|
|
^~~ unexpected write target
|
|
p (*),1
|
|
^~~ unexpected write target
|
|
x = def f = (*),1
|
|
^~~ unexpected write target
|
|
|