summaryrefslogtreecommitdiff
path: root/test/files/run/fail-non-value-types.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-27 18:52:19 -0700
committerEugene Burmako <xeno.by@gmail.com>2012-09-28 14:22:06 +0200
commite55e164e9335b0e725ebd679a66adf368d1482e0 (patch)
treede04198e1a9e66b34a201681c375824d89c9cef6 /test/files/run/fail-non-value-types.check
parentb5b614444cefe84861b06a09fbaf10d100556556 (diff)
downloadscala-e55e164e9335b0e725ebd679a66adf368d1482e0.tar.gz
scala-e55e164e9335b0e725ebd679a66adf368d1482e0.tar.bz2
scala-e55e164e9335b0e725ebd679a66adf368d1482e0.zip
Fix for failing test.
There's some very sketchy behavior visible - I'm printing a method signature and getting this: [B <: <?>, That <: <?>](f: <?>)(implicit cbf: <?>)That But there's no exposed way to force the info. Am I supposed to call isSealed or something?
Diffstat (limited to 'test/files/run/fail-non-value-types.check')
-rw-r--r--test/files/run/fail-non-value-types.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/fail-non-value-types.check b/test/files/run/fail-non-value-types.check
index 1c2d7dcf1b..4e80a11420 100644
--- a/test/files/run/fail-non-value-types.check
+++ b/test/files/run/fail-non-value-types.check
@@ -1,2 +1,3 @@
-[B, That](f: A => B)(implicit cbf: ImaginaryCanBuildFrom[CompletelyIndependentList.this.Repr,B,That])That
+[B <: <?>, That <: <?>](f: <?>)(implicit cbf: <?>)That
+[B, That](f: Int => B)(implicit cbf: ImaginaryCanBuildFrom[CompletelyIndependentList[Int]#Repr,B,That])That
()CompletelyIndependentList[A]