Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.13
-
None
-
any
Description
Even with the fix of 8380, the following still fails:
@groovy.transform.CompileStatic class GanzBla { static void main(String[] args) { def a = 5.intdiv(2) assert a.class == java.lang.Integer def b = new Long( 5.intdiv(2) ) } }
Without CS, this just works, the type of 5.intdiv(2) is an Integer. With STC, it's a number suddenly. In 2.4.12, this still works flawlessly.
Attachments
Issue Links
- links to