Add JVM ABI K1/K2 consistency tests
This commit is contained in:
committed by
Space Team
parent
5a1fb78fcd
commit
34bac48541
+13
@@ -0,0 +1,13 @@
|
||||
MODULE main
|
||||
CLASS MainKt$box$2.class
|
||||
Property: class.signature
|
||||
K1
|
||||
Lkotlin/jvm/internal/Lambda;Lkotlin/jvm/functions/Function1<LTestInterface<Ljava/lang/Object;>;Lkotlin/Unit;>;
|
||||
K2
|
||||
Lkotlin/jvm/internal/Lambda;Lkotlin/jvm/functions/Function1<LTestInterface<Ljava/lang/String;>;Lkotlin/Unit;>;
|
||||
METHOD invoke(LTestInterface;)V
|
||||
Property: method.signature
|
||||
K1
|
||||
(LTestInterface<Ljava/lang/Object;>;)V
|
||||
K2
|
||||
(LTestInterface<Ljava/lang/String;>;)V
|
||||
@@ -1,5 +1,6 @@
|
||||
// !LANGUAGE: +UnrestrictedBuilderInference
|
||||
// WITH_STDLIB
|
||||
// JVM_ABI_K1_K2_DIFF: KT-61909
|
||||
|
||||
// FILE: main.kt
|
||||
import kotlin.experimental.ExperimentalTypeInference
|
||||
|
||||
Reference in New Issue
Block a user