IR: fix mangling of toplevel properties
This commit is contained in:
committed by
TeamCityServer
parent
54957ead5c
commit
fb801bdc33
@@ -0,0 +1,10 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// WITH_RUNTIME
|
||||
// FILE: 1.kt
|
||||
inline fun inlineCallingIndices(): String {
|
||||
val i1 = arrayOf("one", "two").indices
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
fun box() = inlineCallingIndices()
|
||||
Reference in New Issue
Block a user