Merge branch 'master' of git.labs.intellij.net:idea/community
[fedora-idea.git] / plugins / IntentionPowerPak / src / intentionDescriptions / FlipConjunctionIntention / after.java.template
blob6d898b1ce4a5f1e45ecd72de87b01887aae04827
1 public class X {
2   void f(boolean a, boolean b) {
3     if (b && a) return;
4   }