object Test extends dotty.runtime.LegacyApp { println(f"%n") println(f"aaaa%n") println(f"%naaaa") println(f"aaaa%naaaa") }