eric-milles opened this issue 8 months ago · 1 comments
Consider the following:
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.
isEmpty()