Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.4
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Parser, Ruby 1.9.3
-
Environment:OSX Lion, RVM
-
Number of attachments :
Description
Ruby 1.9.3 seems to supports the syntax:
a = b = f 1
In JRuby it should be written as:
a = b = f(1)