// FIX: Replace with 'requireNotNull()' call // WITH_RUNTIME fun test(foo: Int?) { requireNotNull(foo) { "test" } }