// FIX: Replace with 'check()' call // WITH_RUNTIME fun test(b: Boolean) { if (b) throw IllegalStateException() }