Add JVM ABI K1/K2 consistency tests

This commit is contained in:
vladislav.grechko
2023-12-26 10:18:19 +00:00
committed by Space Team
parent 5a1fb78fcd
commit 34bac48541
1104 changed files with 88413 additions and 66 deletions
@@ -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
@@ -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)