// FIX: Replace with 'requireNotNull()' call // WITH_RUNTIME fun test(foo: Int?) { if (foo == null) { throw IllegalArgumentException("test") } }