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