prism
prism copied to clipboard
Prism accepts some expression in range_node.left that Ruby rejects when the code includes `..a..`
Prism accepts these codes
+ ..a .. # (+..a)..
a + ..b .. # (a + ..b)..
a if ..b .. # (a if ..b)..
def f = ..a .. # (def f = ..a)..