Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/switchDefault/afterConflict.java

9 lines
119 B
Java

// "Unwrap 'switch'" "true"
class X {
String test(char c) {
{
char a, b = c;
}
int b;
}
}