Consider the following: ```groovy block = { -> // ... } block() ``` "block()" is not highlighted as a local variable. 