Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
SingleAllocationInClosure.groovy
blob: af443dcb0267eb5b5289f7aa44fc32b3adc26402 [
file
] [
log
] [
blame
]
def
c
=
{
new
String
()
}
def
d
=
{
new
String
[
0
]
}
new
<
warning descr
=
"Result of 'new String()' is ignored"
>
String
</
warning
>()