summaryrefslogtreecommitdiff
path: root/test/files/neg/t5578.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-10-18 07:22:58 -0700
committerEugene Burmako <xeno.by@gmail.com>2013-10-18 07:22:58 -0700
commit54707cb45018170e31eb188a9a694ab9b0728f71 (patch)
treefae843355f051d9aed9b223ecf18c28bee63ecd9 /test/files/neg/t5578.check
parent5b2c4644a23ffbe1c45df40bf3511aee71eb0fe2 (diff)
parent210dbc7887bc42eed4154de65d0ff5f46ca5ee58 (diff)
downloadscala-54707cb45018170e31eb188a9a694ab9b0728f71.tar.gz
scala-54707cb45018170e31eb188a9a694ab9b0728f71.tar.bz2
scala-54707cb45018170e31eb188a9a694ab9b0728f71.zip
Merge pull request #3030 from xeno-by/topic/fundep-views
SI-3346 implicit parameters can now guide implicit view inference
Diffstat (limited to 'test/files/neg/t5578.check')
-rw-r--r--test/files/neg/t5578.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/t5578.check b/test/files/neg/t5578.check
index d803adb223..56123d2e0f 100644
--- a/test/files/neg/t5578.check
+++ b/test/files/neg/t5578.check
@@ -1,4 +1,7 @@
-t5578.scala:33: error: No Manifest available for T.
+t5578.scala:33: error: type mismatch;
+ found : NumericOpsExp.this.Plus[T]
+ required: NumericOpsExp.this.Rep[T]
+ (which expands to) NumericOpsExp.this.Exp[T]
def plus[T: Numeric](x: Rep[T], y: Rep[T]): Rep[T] = Plus[T](x,y)
^
one error found