// WITH_RUNTIME fun test(i: Int) { println(requireNotNull(i) { "" }) }