mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
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:
committed by
intellij-monorepo-bot
parent
d002bd2dab
commit
550b0aeb8b
@@ -1,5 +1,5 @@
|
||||
class C {
|
||||
String empty = """
|
||||
\"""
|
||||
target\""\"<caret>""";
|
||||
""\"
|
||||
target""\"<caret>""";
|
||||
}
|
||||
Reference in New Issue
Block a user