Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Cannot parse:
if (a = false) println "xx"
but can parse:
if ((a = false)) println "xx"
Of course this is a useless statement, but it also fails with any boolean-values expression substituted for "false".