Consider the following: ```groovy @groovy.transform.TypeChecked class C { Closure action void meth() { action() // [Static type checking] - Cannot find matching method C#action(). } } ``` This was caused by changes for #999
Consider the following:
This was caused by changes for #999