prism icon indicating copy to clipboard operation
prism copied to clipboard

Prism accepts MultiTargetNode at the last position inside parentheses

Open tompng opened this issue 2 years ago • 0 comments

These codes are accepted in Prism.

( + ( * ) )
( a ( * ) )
( 1 + ( * ) )
( .. ( * ) )
( a = ( * ) )
( * = ( * ) )
( a if ( * ) )
( 1; ( * ) )
( def f() = ( * ) )

tompng avatar Dec 08 '23 11:12 tompng