diff --git a/compiler/testData/diagnostics/tests/declarationChecks/kt559.kt b/compiler/testData/diagnostics/tests/declarationChecks/kt559.kt index ea48a2a953e..63288a77791 100644 --- a/compiler/testData/diagnostics/tests/declarationChecks/kt559.kt +++ b/compiler/testData/diagnostics/tests/declarationChecks/kt559.kt @@ -25,6 +25,6 @@ abstract class D(): A() { super.i super.fff() //everything is ok - return super.foo() //no error!! + return super.foo() } } \ No newline at end of file