blob: 530a8894c0b317500f567c7c72b8214c3b45f050 [file] [log] [blame]
def foo = {a, b ->
a + <caret>b
}
foo(1, 2)