Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
ClosureRedefiningVariable.groovy
blob: f4adf3a0aade30462e0c6d4aa17f0ecb82e3bc98 [
file
] [
log
] [
blame
]
def
v
=
1
;
print
{
def
<
error descr
=
"Variable 'v' already defined"
>
v
</
error
>
=
2
}