Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
testdata
/
resolve
/
method
/
closureCallCurry
/
A.groovy
blob: 547f576f8edb972572723a8732fef6cd309c05c8 [
file
] [
log
] [
blame
]
def
c
=
{
int
i
,
j
,
k
->
i
}
c
.
curry
(
3
,
4
).
call
(
5
).<
ref
>
intValue
()