blob: 8e0398422cc83459d6275ac41a2bad5c8e8ff8fe [file]
// ASSERTIONS_MODE: legacy
fun foo() {
assert(1 == 1) { "Hahaha" }
}
// 1 GETSTATIC kotlin\/_Assertions\.ENABLED