prism
prism copied to clipboard
Prism accepts `**` in pattern where Ruby rejects
Prism accepts these codes
# syntax error, unexpected **arg (SyntaxError)
a in (**)
# syntax error, unexpected **arg, expecting ']' (SyntaxError)
a in [**]