Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ExtractIncrementIntention
/
after.java.template
blob: 24830dee7c05fd71fe5a51f2fc0f8628a5f9160f [
file
] [
log
] [
blame
]
public
class
X
{
int
f
()
{
System
.
out
.
println
(
i
);
i
++;
}
}