Validator tests added.
[fedora-idea.git] / plugins / IntentionPowerPak / src / intentionDescriptions / ExtractIncrementIntention / before.java.template
blob20b5f42e211843ac099c755ee6ed45e23d9c3be4
1 public class X {
2   int f() {
3       System.out.println(<spot>i++</spot>);
4   }