macros: diplication for action element and key shortcut
[fedora-idea.git] / resources-en / src / intentionDescriptions / SimplifyBooleanExpressionAction / after.java.template
blob1dfe7b2a3f76972c42040e5e0fee5ee5526b7463
1 public class X {
2   void f(int i) {
3     if (true) return;
4   }