Drop QUALIFIED_SUPERTYPE_EXTENDED_BY_OTHER_SUPERTYPE diagnostic in 1.7.0

#KT-49016 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-10-19 16:49:22 +03:00
committed by teamcity
parent f53cd22253
commit 0739925869
12 changed files with 28 additions and 15 deletions
@@ -1,3 +1,4 @@
// !LANGUAGE: -QualifiedSupertypeMayBeExtendedByOtherSupertype
interface IBase<T> {
fun foo() {}
fun bar() {}