Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
}