Remove incorrect comment from old FE diagnostic test

This commit is contained in:
Mikhail Glukhikh
2020-04-20 18:39:53 +03:00
parent 790a517fa3
commit 4b819aa028
@@ -25,6 +25,6 @@ abstract class D(): A() {
super.<!ABSTRACT_SUPER_CALL!>i<!>
super.fff() //everything is ok
return super.<!ABSTRACT_SUPER_CALL!>foo<!>() //no error!!
return super.<!ABSTRACT_SUPER_CALL!>foo<!>()
}
}