summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/joinDeclaration/afterPlusEq.java
blob: c8e9c3dfccea0afee8f4e67675eed0c07aaf00c5 (plain)
1
2
3
4
5
6
// "Join declaration and assignment" "true"
class Test {
  {
    String ss = "hello" + "world";
  }
}