Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
UsageInInjection.groovy
blob: 2d222f6d5511ae2386d47d55347a2dde7938b93a [
file
] [
log
] [
blame
]
def
x
=
new
Date
()
def
y
=
new
Date
()
def
<
warning descr
=
"Assignment is not used"
>
z
</
warning
>
=
new
Date
()
assert
false
:
"should have thrown exception, but returned $x"
assert
false
:
"should have thrown exception, but returned ${y}"