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