[FIR] Fix flattening of substitution overrides of intersection overrides for subsumed check
#KT-65555 Fixed
This commit is contained in:
committed by
Space Team
parent
3994e3f63a
commit
879cdd5952
@@ -0,0 +1,8 @@
|
||||
// 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