JVM: update test data after enabling IR fake override builder

#KT-61514 Fixed
This commit is contained in:
Alexander Udalov
2024-01-09 16:08:15 +01:00
committed by Space Team
parent f98a22e8e4
commit dfd9aabf8e
83 changed files with 244 additions and 1006 deletions
@@ -1,6 +0,0 @@
MODULE main
CLASS ZImpl2.class
K1
---
K2
test(Ljava/lang/String;)Ljava/lang/String; [public]
+1 -3
View File
@@ -1,5 +1,3 @@
// JVM_ABI_K1_K2_DIFF: KT-62781
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
@@ -22,4 +20,4 @@ class ZImpl3 : ZImpl2() {
fun box(): String {
return ZImpl3().test("OK")
}
}
-45
View File
@@ -1,45 +0,0 @@
MODULE main
CLASS Kt33054Kt.class
Annotation: class.invisibleAnnotations
K1
@Lkotlin/jvm/internal/SourceDebugExtension;( value: #{ SMAP
kt33054.kt
Kotlin
*S Kotlin
*F
+ 1 kt33054.kt
Kt33054Kt
+ 2 kt33054.kt
A
*L
1#1,20:1
6#2,4:21
*S KotlinDebug
*F
+ 1 kt33054.kt
Kt33054Kt
*L
19#1:21,4
*E
} )
K2
@Lkotlin/jvm/internal/SourceDebugExtension;( value: #{ SMAP
kt33054.kt
Kotlin
*S Kotlin
*F
+ 1 kt33054.kt
Kt33054Kt
+ 2 kt33054.kt
A
*L
1#1,20:1
6#2:21
*S KotlinDebug
*F
+ 1 kt33054.kt
Kt33054Kt
*L
19#1:21
*E
} )
-1
View File
@@ -1,6 +1,5 @@
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
// JVM_ABI_K1_K2_DIFF: KT-62464
open class A(val x: String) {
inline fun f() = if (this is C) this else A("O")