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