Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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