blob: eb46490f4b6caf71651224bc425e1f892bae5164 [file] [log] [blame]
def a = {int x, int z, int anObject ->
print anObject + x+z
}
a(1, 3, 2 + 4)