Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
class X { def 'foo!bar'() { return {} } } println new X().'foo!bar'().getClass()
This code fails when creating the closure class, because the generated class name will contain a '!'