...
And of course, the same for combinations with nested closures.
| Code Block | ||
|---|---|---|
| ||
def outer = {
int i
def inner = { int i }
}
|
...
...
And of course, the same for combinations with nested closures.
| Code Block | ||
|---|---|---|
| ||
def outer = {
int i
def inner = { int i }
}
|
...