mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
244 B
Kotlin
Vendored
8 lines
244 B
Kotlin
Vendored
fun foo() {
|
|
assert(1 == 1) { "Hahaha" }
|
|
}
|
|
|
|
// 0 INVOKESTATIC kotlin\/KotlinPackage\.getASSERTIONS_ENABLED
|
|
// 1 INVOKESTATIC kotlin\/PreconditionsKt\.getASSERTIONS_ENABLED
|
|
// 0 INVOKESTATIC kotlin\/PreconditionsKt__.+\.getASSERTIONS_ENABLED
|