Sign in
android
/
platform
/
tools
/
idea
/
ec3fb1e06285c0467a7a20360ca80453bc7635d4
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
MethodClosure.groovy
blob: 10ecde3d3c4a4fdd4e4892653825339253caf2d4 [
file
] [
log
] [
blame
]
def
Closure
myPrintClosure
=
System
.
out
.&
println
myPrintClosure
(
"foo"
);