// WITH_RUNTIME fun test(s: String) { println(1) kotlin.checkNotNull(s) println(2) }