// WITH_RUNTIME fun test(s: String) { println(1) requireNotNull(s) println(2) }