summaryrefslogtreecommitdiff
path: root/resources-en/src/intentionDescriptions/SplitIfAction/before.java.template
blob: 331de2af179520c50fa0553e32fa03513f3f213b (plain)
1
2
3
4
5
public class X {
  void f(boolean a, boolean b) {
    if (a <spot>&&</spot> b) return;
  }
}