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