mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 05:24:23 +00:00
20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
( + ( * ) )
|
|
^~~~~ unexpected write target
|
|
( a ( * ) )
|
|
^~~~~ unexpected write target
|
|
( 1 + ( * ) )
|
|
^~~~~ unexpected write target
|
|
( .. ( * ) )
|
|
^~~~~ unexpected write target
|
|
( a = ( * ) )
|
|
^~~~~ unexpected write target
|
|
( * = ( * ) )
|
|
^~~~~ unexpected write target
|
|
( a if ( * ) )
|
|
^~~~~ unexpected write target
|
|
( 1; ( * ) )
|
|
^~~~~ unexpected write target
|
|
( def f() = ( * ) )
|
|
^~~~~ unexpected write target
|
|
|