JVM_IR: Mangle primary val getter of inline class if required
TODO fix reflection
This commit is contained in:
+3
@@ -1,5 +1,8 @@
|
||||
// IGNORE_BACKEND: JS_IR, JS, NATIVE
|
||||
// IGNORE_BACKEND: JS_IR_ES6
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ^ TODO fix reflection for primary inline class properties with mangled getter method
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
+3
@@ -1,5 +1,8 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_REFLECT
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ^ TODO fix reflection for primary inline class properties with mangled getter method
|
||||
package test
|
||||
|
||||
import kotlin.reflect.KCallable
|
||||
|
||||
Reference in New Issue
Block a user