[FIR] Support diagnostic ABSTRACT_SUPER_CALL

This commit is contained in:
Nick
2020-04-11 14:29:50 +03:00
committed by Mikhail Glukhikh
parent 8960829c01
commit c4b7ac994b
12 changed files with 215 additions and 13 deletions
@@ -18,8 +18,8 @@ open class B : A() {
super.foo2("123")
super.foo2()
super.foo3("123")
super.foo3()
super.<!ABSTRACT_SUPER_CALL!>foo3<!>("123")
super.<!ABSTRACT_SUPER_CALL!>foo3<!>()
}
override fun foo3(a: String) {