FE: rework tests around changed progression resolve
Related to KT-54261, KT-36932, KT-49276
This commit is contained in:
committed by
Space Team
parent
5fda57fa55
commit
941446ea39
@@ -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>) {}
|
||||
|
||||
Reference in New Issue
Block a user