Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.7
-
None
Description
Example:
import groovy.transform.TypeChecked void test() { assert !'abc'.allWhitespace }
The code above fails static type checking with the following error:
[Static type checking] - No such property: allWhitespace for class: java.lang.String
Attachments
Issue Links
- Is contained by
-
GROOVY-6738 Type checking considers extension methods but not extension properties
- Closed
- links to