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