Consider the following: ```groovy class Pogo { @Delegate Map m = [:] } def pogo = new Pogo() print pogo.empty ``` This script prints "null" not "true", so "empty" being highlighted as the `isEmpty()` property is incorrect. 
Consider the following:
This script prints "null" not "true", so "empty" being highlighted as the
isEmpty()property is incorrect.