blob: 547f576f8edb972572723a8732fef6cd309c05c8 [file] [log] [blame]
def c = { int i, j, k ->
i
}
c.curry(3, 4).call(5).<ref>intValue()