[Tests] Convert diagnostics test for #KT-65555 to box test

This commit is contained in:
Kirill Rakhman
2024-02-15 13:42:17 +01:00
committed by Space Team
parent fd66e5d5b8
commit 365973f03a
18 changed files with 86 additions and 38 deletions
@@ -1,8 +0,0 @@
// FIR_IDENTICAL
// FULL_JDK
// WITH_STDLIB
// ISSUE: KT-65555
interface MyCollection<E> : Collection<E>
interface MyList<E> : MyCollection<E>, List<E>
interface MyMutableList<E> : MyList<E>, MutableList<E>