Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
()
}
}