// "Replace with text block" "true-preview" class TextBlockMigration { void concatenationWithThreeQuotes() { String quotes = """ this concatenation contains three quotes one after another "\ "\ \""""; } }