Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
@groovy.transform.CompileStatic boolean foo(int i, int j) { return i!=j }
In this code the i!=j is done using the runtime code even though it should be done directly using the jvm codes for compares