Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
NotAmbiguousClosableBlock.groovy
blob: fcb5c3c6f43da57f57b781b4976779c276763cea [
file
] [
log
] [
blame
]
void
method1
(
Closure
c
)
{
c
.
call
()
}
method1
{
{
a
->
println
'a'
}
}