``` (0).abs() # => 0.abs() // SyntaxError: Unexpected token ILLEGAL 0.abs() # => (0).abs() // Correct ``` This was working in 0.9.4 and is now broken for me in 1.1.1
This was working in 0.9.4 and is now broken for me in 1.1.1