Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.5
-
None
-
None
Description
trait SimpleTrait { } def arr = ["one", 'two'] as String[]; arr as SimpleTrait
Produce:
java.lang.ClassFormatError: Illegal class name "String;2_groovyProxy" in class file String;2_groovyProxy at ConsoleScript1.run(ConsoleScript1:6)
Possibly related to GROOVY-7650.