TextBlockMigrationInspection: added inspection that reports cases when string or concatenation can be converted to text block (IDEA-217333)

GitOrigin-RevId: 50750c58f63d1289b236c612ed33e0655b66ef76
This commit is contained in:
Artemiy Sartakov
2019-09-11 12:30:39 +07:00
committed by intellij-monorepo-bot
parent d002bd2dab
commit 550b0aeb8b
26 changed files with 560 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
class C {
String empty = """
\"""
target\""\"<caret>""";
""\"
target""\"<caret>""";
}