// IS_APPLICABLE: false // WITH_RUNTIME package pr442.kotlin fun foo() { assert(true, "") } fun assert(b: Boolean, s: String) {}