Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.13
-
None
Description
bugs.groovy
void ff = 1 println ff
java.lang.ClassFormatError: Field "ff" in class bugs has illegal signature "V"
void ff = 1 println ff
java.lang.ClassFormatError: Field "ff" in class bugs has illegal signature "V"