Consider the following: ```groovy void test(foo, bar, baz) { foo."$bar"(baz) foo. (bar)(baz) foo.(bar) = baz baz = foo.(bar) def map = [(bar): baz] } ``` The variable expression "bar" is not highlighted properly for several instances of dynamic selector syntax.  
Consider the following:
The variable expression "bar" is not highlighted properly for several instances of dynamic selector syntax.