Description
Consider the following:
import static Type.setP as store class Type { static p } @groovy.transform.CompileStatic void test() { store('') // not recognized if Type is in same unit; property methods not there yet } test()
Attachments
Attachments
Issue Links
- relates to
-
GROOVY-11180 Regression: STC loses track of package-scope constants
- Closed