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