Duplicating diagnostics removed from test data

This commit is contained in:
Andrey Breslav
2014-04-09 14:07:12 +04:00
parent f0a29f190b
commit 9da2cbd5e8
4 changed files with 0 additions and 4 deletions
@@ -1,6 +1,5 @@
// "Change function signature to 'override fun f(a: A)'" "true"
// ERROR: 'f' overrides nothing
// ERROR: 'f' overrides nothing
import a.B
import a.A
@@ -1,6 +1,5 @@
// "Change function signature to 'override fun f(a: A)'" "true"
// ERROR: 'f' overrides nothing
// ERROR: 'f' overrides nothing
import a.B
class BB : B() {
@@ -1,6 +1,5 @@
// "Change function signature to 'override fun f(a: A)'" "true"
// ERROR: 'f' overrides nothing
// ERROR: 'f' overrides nothing
import a.B
class A {}
class BB : B() {
@@ -1,6 +1,5 @@
// "Change function signature to 'override fun f(a: A)'" "true"
// ERROR: 'f' overrides nothing
// ERROR: 'f' overrides nothing
import a.B
class A {}
class BB : B() {