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()
}
}
}
The text was updated successfully, but these errors were encountered:
Consider the following:
The text was updated successfully, but these errors were encountered: