From 4b819aa0286af20cba5c216b71f9422fe8db047b Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 20 Apr 2020 18:39:53 +0300 Subject: [PATCH] Remove incorrect comment from old FE diagnostic test --- compiler/testData/diagnostics/tests/declarationChecks/kt559.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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