blob: ce9c17fba6f4006dd4616be31a66abe6d8eac3b8 [file] [log] [blame]
def foo = {cl1, cl2 ->
cl1.call()
<caret>cl2.call()
}
foo {x->x} {y->y}