blob: 6269ee89e296f2b1109252ad5aa857a774f596a8 [file] [log] [blame]
class C {
void foo() {
"".replaceAll("\\Q\r\n\\E", "");
}
}