Files
kotlin/compiler/testData/codegen/bytecodeText/inlineFromOtherModule.kt
Ilya Gorbunov 7c9efb1f4f Fix testData
(cherry picked from commit 801a26a)
2016-02-01 22:28:00 +03:00

6 lines
91 B
Kotlin
Vendored

fun foo() {
assert(1 == 1) { "Hahaha" }
}
// 1 GETSTATIC kotlin\/_Assertions\.ENABLED