mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 43d4d4824051d837faf03b58925b9fd4a71eaf25
8 lines
156 B
Java
8 lines
156 B
Java
// "Replace with regular string literal" "true"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void oneLineNoNewLine() {
|
|
String json = "console.log(\"hello!\");";
|
|
}
|
|
} |