Consider the following: ```groovy class C { void use(... args) { // ... } } void test(C c) { def x = null c.use(x) { // ... } } ``` Syntax highlighting is missing after the "use" call. 
Consider the following:
Syntax highlighting is missing after the "use" call.