Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
+45
@@ -0,0 +1,45 @@
|
||||
MODULE main
|
||||
CLASS RecursiveDefaultArgumentsKt.class
|
||||
Annotation: class.invisibleAnnotations
|
||||
K1
|
||||
@Lkotlin/jvm/internal/SourceDebugExtension;( value: #{ SMAP
|
||||
recursiveDefaultArguments.kt
|
||||
Kotlin
|
||||
*S Kotlin
|
||||
*F
|
||||
+ 1 recursiveDefaultArguments.kt
|
||||
RecursiveDefaultArgumentsKt
|
||||
*L
|
||||
1#1,12:1
|
||||
6#1:13
|
||||
5#1,2:14
|
||||
*S KotlinDebug
|
||||
*F
|
||||
+ 1 recursiveDefaultArguments.kt
|
||||
RecursiveDefaultArgumentsKt
|
||||
*L
|
||||
5#1:13
|
||||
10#1:14,2
|
||||
*E
|
||||
} )
|
||||
K2
|
||||
@Lkotlin/jvm/internal/SourceDebugExtension;( value: #{ SMAP
|
||||
recursiveDefaultArguments.kt
|
||||
Kotlin
|
||||
*S Kotlin
|
||||
*F
|
||||
+ 1 recursiveDefaultArguments.kt
|
||||
RecursiveDefaultArgumentsKt
|
||||
*L
|
||||
1#1,12:1
|
||||
6#1:13
|
||||
4#1,3:14
|
||||
*S KotlinDebug
|
||||
*F
|
||||
+ 1 recursiveDefaultArguments.kt
|
||||
RecursiveDefaultArgumentsKt
|
||||
*L
|
||||
5#1:13
|
||||
10#1:14,3
|
||||
*E
|
||||
} )
|
||||
@@ -1,4 +1,6 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
// JVM_ABI_K1_K2_DIFF: KT-62464
|
||||
|
||||
@Suppress("RECURSION_IN_INLINE")
|
||||
inline fun test(p: String = test("OK")): String {
|
||||
return p
|
||||
|
||||
Reference in New Issue
Block a user