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