ruby/test/prism/errors/multi_target_parens.txt

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