Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/joinDeclaration/afterMultiDeclr.java

6 lines
99 B
Java

// "Join declaration and assignment" "true"
class Test {
{
String ss = "hello", a = "";
}
}