Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
UnusedAllocationInClosure.groovy
blob: cf6b0bbd2e25212b70451f1025b115500139ccff [
file
] [
log
] [
blame
]
def
cl
=
{
new
<
warning descr
=
"Result of 'new Object()' is ignored"
>
Object
</
warning
>()
new
Object
()
}
print
cl
()