Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.4
-
None
-
None
Description
This should not compile:
groovy> Integer i = 12
groovy> i += " angry men"
groovy> println i
12 angry men
Best regards,
Peter
Attachments
Issue Links
- is related to
-
GROOVY-3033 /= assignment operator breaks type system
- Closed