prism
prism copied to clipboard
Prism accepts MultiTargetNode at the last position inside parentheses
These codes are accepted in Prism.
( + ( * ) )
( a ( * ) )
( 1 + ( * ) )
( .. ( * ) )
( a = ( * ) )
( * = ( * ) )
( a if ( * ) )
( 1; ( * ) )
( def f() = ( * ) )