[FIR] Don't report duplicated errors in implicit primary constructors

This commit is contained in:
Mikhail Glukhikh
2020-07-27 13:17:50 +03:00
parent 749346b73b
commit ceaffb1e8b
12 changed files with 49 additions and 42 deletions
@@ -9,7 +9,7 @@ public class C {
open class Base ()
class Foo : <!OTHER_ERROR, OTHER_ERROR, OTHER_ERROR!>Data<!>()
class Foo : <!OTHER_ERROR!>Data<!>()
companion object : DerivedAbstract()
}
@@ -9,7 +9,7 @@ public class C {
open class Base ()
class Foo : <!OTHER_ERROR, OTHER_ERROR, OTHER_ERROR!>Data<!>()
class Foo : <!OTHER_ERROR!>Data<!>()
companion object : DerivedAbstract()
}