// "Replace with regular string literal" "true" class TextBlockMigration { void oneLineNoNewLine() { String json = """ foo\ bar """; } }