Files
openide/java/java-tests/testData/refactoring/inplaceIntroduceVariable/heavilyBrokenFile3_after.java
Tagir Valeev 2dce82f47e [java-refactoring] VariableExtractor: try to move backwards instead of fixing the erroneous statement
GitOrigin-RevId: a644f87bf07b27134fa82816a7a245f50da219a4
2020-12-24 03:22:24 +00:00

6 lines
121 B
Java

class X {
void test(boolean b) {
boolean b1 = b;
return a.b().foo(a, .class.getClassLoader(), b1, c);
}
}