[Tests] Convert diagnostics test for #KT-65555 to box test
This commit is contained in:
committed by
Space Team
parent
fd66e5d5b8
commit
365973f03a
@@ -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>
|
||||
Reference in New Issue
Block a user