class A { void test() { String s = "Line1\nLine2\nLine3ContinueLine3\n\"Quoted\"\n\040\"\"\"TripleQuoted\"\"\"\n"; } }