blob: a87961b68b9e468e193b6ed24b384fc5e64edfc1 [file] [log] [blame]
// "Break string on '\n'" "true"
class A {
String s = "Hello,\n\rwor<caret>ld\n!\n";
}