Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/fixAll/afterChooseTopFileOverInjected.java
Anna.Kozlova c7af135fba "fix all" should retrieve file to run from the problem description when present (IDEA-206216)
otherwise injected file could be preferred instead of top level one
2019-01-28 20:24:45 +01:00

6 lines
140 B
Java

// "Fix all 'My fake inspection on literal' problems in file" "true"
public class Test {
void foo1() {
String java = "replaced";
}
}