[FIR] Fix naming of local classes when serializing metadata
^KT-63655: Fixed ^KT-63901: Fixed ^KT-63988: Fixed
This commit is contained in:
committed by
Space Team
parent
78876b32e9
commit
54858c2118
@@ -0,0 +1,12 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.full.memberProperties
|
||||
|
||||
class A {
|
||||
val prop = object {
|
||||
val nestedProp = object {}
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = if (A().prop::class.memberProperties.size == 1) "OK" else "Fail"
|
||||
Reference in New Issue
Block a user