Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
DefinitionUsedInClosure2.groovy
blob: 11dd36c18041fb6fc3911316fde3f9087fbf2a61 [
file
] [
log
] [
blame
]
class
<
warning descr
=
"Class A is unused"
>
A
</
warning
>
{
def
<
warning descr
=
"Method r is unused"
>
r
</
warning
>()
{
def
a
=
0
;
{->
a
.
intValue
()
}.
call
()
}
}