JVM_IR: use correct dispatch receiver type in more references
#KT-46902 Fixed
This commit is contained in:
Vendored
-2
@@ -1,7 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ^ ::jpf is incorrectly represented as a reference to Base::jpf (should be: reference to fake override in Derived)
|
||||
|
||||
// FILE: kt46578_delegated.kt
|
||||
import p.*
|
||||
|
||||
Vendored
-2
@@ -1,7 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ^ ::jpf is incorrectly represented as a reference to Base::jpf (should be: reference to fake override in Derived)
|
||||
|
||||
// FILE: kt46578_propertyRef.kt
|
||||
import p.*
|
||||
|
||||
Reference in New Issue
Block a user