Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Consider the following:
package bugs
void m(@DelegatesTo() Closure c) {
}
@groovy.transform.TypeChecked
void demo() {
m {
}
}
Error for incomplete @DelegatesTo metadata has source position for start of file.