Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
UnusedInc.groovy
blob: f5bee845303243cd5ce9b139fbb4ffb0797c2359 [
file
] [
log
] [
blame
]
def
a
=
4
print
(++
a
)
print
(
a
<
warning descr
=
"Unused ++"
>++</
warning
>)
def
b
=
3
b
<
warning descr
=
"Unused ++"
>++</
warning
>
<
warning descr
=
"Result of assignment expression used"
><
warning descr
=
"Assignment is not used"
>
b
<
/warning> = 3</
warning
>