Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
DuplicateParameterInClosableBlock.groovy
blob: 7b5f91ca668e8f3b09e3b18ab3b4aa47b446134f [
file
] [
log
] [
blame
]
def
foo
=
2
;
print
{
def
<
error descr
=
"Variable 'foo' already defined"
>
foo
<
/error>, def <error descr="Variable 'foo' already defined">foo</
error
>
->
print
foo
}