internal class A { fun foo() { println() println(1) println("1") print("1") print(1) System.err.println() System.err.println(1) } }