Consider the following: ```groovy class C { private static field static { this.field } } ``` "this.field" is Groovy shorthand for "C.field". "field" is shown as unknown (underlined). 
Consider the following:
"this.field" is Groovy shorthand for "C.field". "field" is shown as unknown (underlined).