FE: rework tests around changed progression resolve

Related to KT-54261, KT-36932, KT-49276
This commit is contained in:
Mikhail Glukhikh
2023-05-19 13:50:51 +02:00
committed by Space Team
parent 5fda57fa55
commit 941446ea39
17 changed files with 160 additions and 103 deletions
@@ -1,5 +1,6 @@
// WITH_STDLIB
// !LANGUAGE: +ProgressionsChangingResolve
// !LANGUAGE: +ProgressionsChangingResolve -DisableCheckingChangedProgressionsResolve
// This test is not K1/K2 identical due to KT-58789 not implemented yet
fun <E> SmartList(x: E) {}
fun <E> SmartList(x: Collection<E>) {}