blob: bc0b12c374393a18651f7374fbc4a19814e02181 [file] [log] [blame]
def a = {int x, int y, int z ->
print <selection>y+4</selection> + x+z
}
a(1, 2, 3)