mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 21:53:58 +07:00
GitOrigin-RevId: ab4d06cd4d6c198fcfc94d67e1e758de291648c1
11 lines
207 B
Java
11 lines
207 B
Java
// "Replace with regular string literal" "true"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void oneLineNoNewLine() {
|
|
String json = """
|
|
fo<caret>o\
|
|
bar
|
|
""";
|
|
}
|
|
} |