Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
+26
@@ -0,0 +1,26 @@
|
||||
MODULE main
|
||||
CLASS AnnotationInstancesKt.class
|
||||
Annotation: class.invisibleAnnotations
|
||||
K1
|
||||
@Lkotlin/jvm/internal/SourceDebugExtension;( value: #{ SMAP
|
||||
annotationInstances.kt
|
||||
Kotlin
|
||||
*S Kotlin
|
||||
*F
|
||||
+ 1 annotationInstances.kt
|
||||
AnnotationInstancesKt
|
||||
+ 2 ArrayIntrinsics.kt
|
||||
kotlin/ArrayIntrinsicsKt
|
||||
*L
|
||||
1#1,76:1
|
||||
26#2:77
|
||||
*S KotlinDebug
|
||||
*F
|
||||
+ 1 annotationInstances.kt
|
||||
AnnotationInstancesKt
|
||||
*L
|
||||
51#1:77
|
||||
*E
|
||||
} )
|
||||
K2
|
||||
---
|
||||
@@ -6,6 +6,8 @@
|
||||
// WITH_STDLIB
|
||||
// !LANGUAGE: +InstantiationOfAnnotationClasses
|
||||
|
||||
// JVM_ABI_K1_K2_DIFF: KT-62465
|
||||
|
||||
// note: taken from ../parameters.kt and ../parametersWithPrimitiveValues.kt
|
||||
import kotlin.reflect.KClass
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
MODULE main
|
||||
CLASS test/AnnotationToStringKt.class
|
||||
Annotation: class.invisibleAnnotations
|
||||
K1
|
||||
@Lkotlin/jvm/internal/SourceDebugExtension;( value: #{ SMAP
|
||||
annotationToString.kt
|
||||
Kotlin
|
||||
*S Kotlin
|
||||
*F
|
||||
+ 1 annotationToString.kt
|
||||
test/AnnotationToStringKt
|
||||
+ 2 ArrayIntrinsics.kt
|
||||
kotlin/ArrayIntrinsicsKt
|
||||
*L
|
||||
1#1,62:1
|
||||
26#2:63
|
||||
*S KotlinDebug
|
||||
*F
|
||||
+ 1 annotationToString.kt
|
||||
test/AnnotationToStringKt
|
||||
*L
|
||||
51#1:63
|
||||
*E
|
||||
} )
|
||||
K2
|
||||
---
|
||||
@@ -10,6 +10,8 @@
|
||||
// WITH_STDLIB
|
||||
// !LANGUAGE: +InstantiationOfAnnotationClasses
|
||||
|
||||
// JVM_ABI_K1_K2_DIFF: KT-62465
|
||||
|
||||
package test
|
||||
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
Reference in New Issue
Block a user