Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
AmbiguousCodeBlock.groovy
blob: 4bff0194e1ce34f41f885ab40da937f42937f8c7 [
file
] [
log
] [
blame
]
void
method1
(
Closure
c
)
{
c
.
call
()
}
method1
{
<
error descr
=
"Ambiguous code block"
>{
println
'a'
}</
error
>
}
for
(;
{
true
};){}