Remove redundant upcast in JvmPropertiesLowering
#KT-48621 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
6f954462d6
commit
20ddaa9ebf
@@ -1,8 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// - FIR2IR should generate call to fake override
|
||||
|
||||
// WITH_RUNTIME
|
||||
// FILE: 1.kt
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// - FIR2IR should generate call to fake override
|
||||
|
||||
// WITH_RUNTIME
|
||||
// FILE: 1.kt
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// - FIR2IR should generate call to fake override
|
||||
|
||||
// FILE: A.kt
|
||||
package a
|
||||
import b.*
|
||||
|
||||
-3
@@ -1,9 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// - FIR2IR should generate call to fake override
|
||||
|
||||
// FILE: a.kt
|
||||
package a
|
||||
|
||||
|
||||
-3
@@ -1,9 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// - FIR2IR should generate call to fake override
|
||||
|
||||
// FILE: a.kt
|
||||
package a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user