K2 Scripting: fix CFG processing related testdata in compiler

This commit is contained in:
Ilya Chernikov
2023-11-22 16:56:35 +01:00
committed by Space Team
parent ff4f30ddc1
commit 90a7f7beac
10 changed files with 653 additions and 247 deletions
@@ -1,6 +1,7 @@
// !WITH_NEW_INFERENCE
// IGNORE_REVERSED_RESOLVE
// IGNORE_DIAGNOSTIC_API
// DUMP_CFG: LEVELS
// KT-62840
val (a1, a2) = A()
val (b1: Int, b2: Int) = <!COMPONENT_FUNCTION_RETURN_TYPE_MISMATCH!>A()<!>