Consider the following: ```groovy @groovy.transform.CompileStatic class Foo { def getBar() {} void doBaz() { bar "$bar" } } ``` Bean-style references to `getBar` within `doBaz` are not highlighted by Mark Occurrences (Alt+Shift+O). 