blob: 3b396e414521612ff67c2c2c8e025c9611b7691a [file] [log] [blame]
def test = { Map attrs, x ->
attrs.cl.call()
}
test(1, cl: { x -> x })