JVM_IR: fix deserialization of Java static field symbols
This commit is contained in:
committed by
TeamCityServer
parent
955ee07517
commit
fa4efd3303
@@ -0,0 +1,12 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// WITH_RUNTIME
|
||||
// FILE: 1.kt
|
||||
import java.util.Locale
|
||||
|
||||
inline fun inlineFun(): String {
|
||||
val root = Locale.ROOT
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
fun box() = inlineFun()
|
||||
Reference in New Issue
Block a user