Eric Milles created GROOVY-9903:
-----------------------------------
Summary: STC: @DelegatesTo error for incomplete arguments linked
to first line of source
Key: GROOVY-9903
URL: https://issues.apache.org/jira/browse/GROOVY-9903
Project: Groovy
Issue Type: Bug
Components: Static Type Checker
Reporter: Eric Milles
Assignee: Eric Milles
Attachments: image-2021-01-20-15-06-14-055.png
Consider the following:
{code:groovy}
package bugs
void m(@DelegatesTo() Closure c) {
}
@groovy.transform.TypeChecked
void demo() {
m {
}
}
{code}
Error for incomplete {{@DelegatesTo}} metadata has source position for start of
file.
!image-2021-01-20-15-06-14-055.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)