Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1.0
-
None
Description
In CallGenerator, when a call takes no operands, and null check is enabled, it will generate code like:
boolean isNull$17 = ;
which will fail to compile at runtime.