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