Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
PrefixIncrementCfa.groovy
blob: e886f8664bdf558cf5e5b915cfc7632056824cd8 [
file
] [
log
] [
blame
]
int
idx
<
warning descr
=
"Assignment is not used"
>
idx
</
warning
>
=
2
idx
=
3
if
(++
idx
==
8
)
{
idx
=
33
}
print
idx