IDEADEV-41473 (Invoking "Commit Changes" causes IDEA to freeze)
[fedora-idea.git] / resources-en / src / intentionDescriptions / SplitDeclarationAction / before.java.template
blob02465d712b9374eb4a26a60bd63c3b2b10b85d9d
1 public class X {
2   void f() {
3     int i <spot>=</spot> 0;
4   }