// WITH_RUNTIME fun test(foo: Int?) { requireNotNull(foo) { "test" } println(1) }