// PROBLEM: none // WITH_RUNTIME fun test(s: String?) { requireNotNull(s) }