summaryrefslogtreecommitdiff
path: root/test/files/neg/t3399.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-28 19:20:58 +0000
committerPaul Phillips <paulp@improving.org>2011-03-28 19:20:58 +0000
commitd4392e047b61cc135f5110bf7863ec0d3480eaa6 (patch)
tree70b114cdf1ebab17c85b2d42a306e99fe340f4b3 /test/files/neg/t3399.check
parenteb32c46d6929999ae19f7c7d205248eba8966249 (diff)
downloadscala-d4392e047b61cc135f5110bf7863ec0d3480eaa6.tar.gz
scala-d4392e047b61cc135f5110bf7863ec0d3480eaa6.tar.bz2
scala-d4392e047b61cc135f5110bf7863ec0d3480eaa6.zip
Added some implicitNotFound annotations to comm...
Added some implicitNotFound annotations to commonly used classes, and some documentation to Manifest. (Said documentation is invisible for the moment due to #4404.) No review.
Diffstat (limited to 'test/files/neg/t3399.check')
-rw-r--r--test/files/neg/t3399.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3399.check b/test/files/neg/t3399.check
index eb6c679704..987da944c6 100644
--- a/test/files/neg/t3399.check
+++ b/test/files/neg/t3399.check
@@ -1,4 +1,4 @@
-t3399.scala:23: error: could not find implicit value for parameter e: =:=[Nats.Add[Nats._1,Nats._1],Nats._1]
+t3399.scala:23: error: Cannot prove that Nats.Add[Nats._1,Nats._1] =:= Nats._1.
implicitly[ Add[_1, _1] =:= _1]
^
one error found