Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-6
-
None
-
None
Description
GStrings are not automatically converted to Strings when invoking static methods:
Integer.parseInt("1${2}3")
This fails with "No signature of method java.lang.Integer.parseInt() is applicable for argument types".