class A { void test() { String s = """Line0\nLine1 Line2 """; } }