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 MutableExtensionPropertiesYieldCaseKt$testYield$1.class
|
||||
Property: class.signature
|
||||
K1
|
||||
Lkotlin/jvm/internal/Lambda;Lkotlin/jvm/functions/Function1<LBuildee<Ljava/lang/Object;>;Lkotlin/Unit;>;
|
||||
K2
|
||||
Lkotlin/jvm/internal/Lambda;Lkotlin/jvm/functions/Function1<LBuildee<LUserKlass;>;Lkotlin/Unit;>;
|
||||
METHOD invoke(LBuildee;)V
|
||||
Property: method.signature
|
||||
K1
|
||||
(LBuildee<Ljava/lang/Object;>;)V
|
||||
K2
|
||||
(LBuildee<LUserKlass;>;)V
|
||||
+2
@@ -1,6 +1,8 @@
|
||||
// ISSUE: KT-61909
|
||||
// REASON: unexpected yellow code in K1 (see corresponding diagnostic test)
|
||||
|
||||
// JVM_ABI_K1_K2_DIFF: KT-61909
|
||||
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
// REASON: unexpected red code (false-positive NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER in testYield)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user