mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-14 00:21:27 +00:00
6 lines
91 B
Kotlin
Vendored
6 lines
91 B
Kotlin
Vendored
fun foo() {
|
|
assert(1 == 1) { "Hahaha" }
|
|
}
|
|
|
|
// 1 GETSTATIC kotlin\/_Assertions\.ENABLED
|