JVM_IR: fix property reference generation for inline class primary val
This commit is contained in:
-3
@@ -1,8 +1,5 @@
|
||||
// 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,8 +1,5 @@
|
||||
// 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