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