Files
kotlin/compiler/testData/codegen/bytecodeText/inlineFromOtherModule.kt
Ilya Gorbunov 801a26a544 Fix testData
2016-02-01 22:20:30 +03:00

6 lines
91 B
Kotlin
Vendored

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