You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstractclassAextendsHashMap<String,Object> {
def one, two = { -> }
}
classCextends A {
def three
voidtest() {
one
two()
three
empty
isEmpty();
{ ->
one
two()
three
empty
isEmpty()
}
}
}
Consider the following: