// FIX: Replace with 'require()' call // WITH_RUNTIME fun test(b: Boolean) { require(!b) { "test" } }