class A { void test() { String s = """Line1\nLine2 """; } }