Files
kotlin/compiler/testData/codegen/bytecodeText/inlineFromOtherModule.kt
Dmitry Petrov 1586a2df8e Make stdlib work with -Xmultifile-package-facades.
Fixed wrong owner mapping in presence of -Xmultifile-package-facades.
Fixed backing field mapping issue.
Added more tests.
2015-09-14 11:26:29 +03:00

7 lines
175 B
Kotlin
Vendored

fun foo() {
assert(1 == 1) { "Hahaha" }
}
// 1 INVOKESTATIC kotlin\/KotlinPackage\.getASSERTIONS_ENABLED
// 0 INVOKESTATIC kotlin\/AssertionsJVMKt\.getASSERTIONS_ENABLED