summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-explaintypes.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-04-29 14:35:25 -0700
committerPaul Phillips <paulp@improving.org>2013-04-29 15:55:43 -0700
commitd4192272d1546dcf842b3df8f79ac29ccab2faea (patch)
treed71fb3154b403a24fe225df13a06346681609317 /test/files/neg/abstract-explaintypes.check
parente44effe729d89ff6579409b80eecc53b53a6a8e9 (diff)
downloadscala-d4192272d1546dcf842b3df8f79ac29ccab2faea.tar.gz
scala-d4192272d1546dcf842b3df8f79ac29ccab2faea.tar.bz2
scala-d4192272d1546dcf842b3df8f79ac29ccab2faea.zip
Route -explaintypes through reporter.
Sick of seeing Console printlns during partest runs. You should not print anything to Console.{out,err} if it's ever going to happen outside developerland.
Diffstat (limited to 'test/files/neg/abstract-explaintypes.check')
-rw-r--r--test/files/neg/abstract-explaintypes.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/abstract-explaintypes.check b/test/files/neg/abstract-explaintypes.check
index 59c1ad2378..e303b45a32 100644
--- a/test/files/neg/abstract-explaintypes.check
+++ b/test/files/neg/abstract-explaintypes.check
@@ -3,9 +3,13 @@ abstract-explaintypes.scala:6: error: type mismatch;
required: A.this.T
def foo2: T = bar().baz();
^
+A <: A.this.T?
+false
abstract-explaintypes.scala:9: error: type mismatch;
found : A
required: A.this.T
def foo5: T = baz().baz();
^
+A <: A.this.T?
+false
two errors found