Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ExtractIncrementIntention
/
before.java.template
blob: 20b5f42e211843ac099c755ee6ed45e23d9c3be4 [
file
]
public
class
X
{
int
f
()
{
System
.
out
.
println
(<
spot
>
i
++</
spot
>);
}
}