FIR: fix serialization of JvmField-properties of local classes
#KT-48175 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun box(): String {
|
||||
class Bean {
|
||||
@JvmField
|
||||
val a: String = "OK"
|
||||
}
|
||||
|
||||
return Bean().a
|
||||
}
|
||||
Reference in New Issue
Block a user