Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.6, 2.4.0-beta-2
-
None
Description
class Foo { @groovy.transform.Synchronized abstract void bar() }
fails compilation with:
BUG! exception in phase 'class generation' in source unit 'ConsoleScript22' unexpected NullpointerException
Instead it should fail with a proper compiler error.