// "Break string on '\n'" "true-preview" class A { String s = "Hello,\n\r" + "world\n" + "!\n"; }