IDEADEV-41473 (Invoking "Commit Changes" causes IDEA to freeze)
[fedora-idea.git] / resources-en / src / intentionDescriptions / SplitIfAction / before.java.template
blob331de2af179520c50fa0553e32fa03513f3f213b
1 public class X {
2   void f(boolean a, boolean b) {
3     if (a <spot>&&</spot> b) return;
4   }