blob: 0d18b86bb8446832b78160c27b1636fb1c38b5a8 [file] [log] [blame]
def foo = { Map attrs, a ->
a + attrs.b
}
foo(1, b: 2)