summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-12-22 17:57:13 +0000
committerMartin Odersky <odersky@gmail.com>2009-12-22 17:57:13 +0000
commit14fcdff9c7da9f2be7613e039819dfb6451a4fc3 (patch)
tree00b31612a0dec81621b4360a9cf921561d586535 /src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
parent2d12c1036668c0dbddd3276b73bb03b295a8e0a7 (diff)
downloadscala-14fcdff9c7da9f2be7613e039819dfb6451a4fc3.tar.gz
scala-14fcdff9c7da9f2be7613e039819dfb6451a4fc3.tar.bz2
scala-14fcdff9c7da9f2be7613e039819dfb6451a4fc3.zip
Closes #2812 (and removed a left-over println i...
Closes #2812 (and removed a left-over println in Types). no review necessary.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/RefChecks.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/RefChecks.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala b/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
index bfd771b1cf..835b6f2024 100644
--- a/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
@@ -425,7 +425,7 @@ abstract class RefChecks extends InfoTransform {
infoString(member) + " is marked `abstract' and `override'" +
(if (other != NoSymbol)
" and overrides incomplete superclass member " + infoString(other)
- else ""))
+ else ", but no concrete implementation could be found in a base class"))
}
// 3. Check that concrete classes do not have deferred definitions