macros: diplication for action element and key shortcut
[fedora-idea.git] / resources-en / src / intentionDescriptions / SimplifyBooleanExpressionAction / before.java.template
blobcd77a9b90be8bc3b248a3defdd072d334071086e
1 public class X {
2   void f(int i) {
3     if (<spot>this == null || true || i == 0</spot>) return;
4   }