mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 05:18:02 +07:00
GitOrigin-RevId: 43d4d4824051d837faf03b58925b9fd4a71eaf25
10 lines
194 B
Java
10 lines
194 B
Java
// "Replace with regular string literal" "true"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void oneLine() {
|
|
String json = """
|
|
console.lo<caret>g("hello!");
|
|
""";
|
|
}
|
|
} |