Merge branch 'master' of git.labs.intellij.net:idea/community
[fedora-idea.git] / resources-en / src / intentionDescriptions / ConverFieldToAtomicIntention / before.java.template
blob6171e0a6b2ac777880dc61465d4a783de59fce31
1 class A {
2   boolean b = false;
3   void foo() {
4     if (b) {
5        //do smth
6     }
7   }