mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Fixed wrong owner mapping in presence of -Xmultifile-package-facades. Fixed backing field mapping issue. Added more tests.
7 lines
175 B
Kotlin
Vendored
7 lines
175 B
Kotlin
Vendored
fun foo() {
|
|
assert(1 == 1) { "Hahaha" }
|
|
}
|
|
|
|
// 1 INVOKESTATIC kotlin\/KotlinPackage\.getASSERTIONS_ENABLED
|
|
// 0 INVOKESTATIC kotlin\/AssertionsJVMKt\.getASSERTIONS_ENABLED
|