Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prism accepts MultiTargetNode at the last position inside parentheses #2019

Open
tompng opened this issue Dec 8, 2023 · 0 comments
Open
Labels
bug Something isn't working invalid-syntax
Milestone

Comments

@tompng
Copy link
Member

tompng commented Dec 8, 2023

These codes are accepted in Prism.

( + ( * ) )
( a ( * ) )
( 1 + ( * ) )
( .. ( * ) )
( a = ( * ) )
( * = ( * ) )
( a if ( * ) )
( 1; ( * ) )
( def f() = ( * ) )
@kddnewton kddnewton added bug Something isn't working invalid-syntax labels Dec 8, 2023
@kddnewton kddnewton added this to the Ruby 3.4.0 milestone Dec 8, 2023
@kddnewton kddnewton modified the milestones: CRuby unblocked, Long-term Aug 21, 2024
@kddnewton kddnewton modified the milestones: Long-term, Short-term Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid-syntax
Projects
None yet
Development

No branches or pull requests

2 participants