summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2006-11-23 13:11:05 +0000
committerMartin Odersky <odersky@gmail.com>2006-11-23 13:11:05 +0000
commitadf238e0db2522ee04c1bd3bcdf2faf24eb76ee1 (patch)
tree9e0cc870e2e9714939dd9a680ae431d883dafefd /src
parent25133fac5d650978ac92781a6a210c76f8e2e682 (diff)
downloadscala-adf238e0db2522ee04c1bd3bcdf2faf24eb76ee1.tar.gz
scala-adf238e0db2522ee04c1bd3bcdf2faf24eb76ee1.tar.bz2
scala-adf238e0db2522ee04c1bd3bcdf2faf24eb76ee1.zip
fixed errro output and tests
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
index 932cfeced3..d2cfe9b95b 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -2393,7 +2393,7 @@ trait Typers requires Analyzer {
pre2+" "+info2.sym+info2.sym.locationString+" of type "+info2.tpe+"\n "+
trailer+
(if (isView) "are possible conversion functions from "+ pt.typeArgs(0)+" to "+pt.typeArgs(1)
- else "\n match expected type "+pt))
+ else "match expected type "+pt))
/** Search list of implicit info lists for one matching prototype
* <code>pt</code>. If found return a tree from found implicit info