Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.6, 2.1.0-rc-2
-
None
Description
class Test {
@groovy.transform.TypeChecked
Test() {}
}
leads to the following compilation error:
Annotation @groovy.transform.TypeChecked$TypeCheckingInfo is not allowed on element CONSTRUCTOR
The TypeChecked$TypeCheckingInfo annotation must only be applied on methods.