We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c582b commit 8487143Copy full SHA for 8487143
src/dotty/tools/dotc/typer/RefChecks.scala
@@ -184,12 +184,6 @@ object RefChecks {
184
emitOverrideError(overrideErrorMsg(msg))
185
}
186
187
- def overrideTypeError() = {
188
- if (noErrorType) {
189
- emitOverrideError(overrideErrorMsg("has incompatible type"))
190
- }
191
192
-
193
def overrideAccessError() = {
194
ctx.log(i"member: ${member.showLocated} ${member.flags}") // DEBUG
195
ctx.log(i"other: ${other.showLocated} ${other.flags}") // DEBUG
0 commit comments