summaryrefslogtreecommitdiff
path: root/test/files/run/fail-non-value-types.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-28 14:20:27 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-28 14:31:13 +0200
commitc395c926216b4356c82c606b76784a184a7f1d9b (patch)
tree049f570c40748523319099456057cf176b41f828 /test/files/run/fail-non-value-types.check
parente55e164e9335b0e725ebd679a66adf368d1482e0 (diff)
downloadscala-c395c926216b4356c82c606b76784a184a7f1d9b.tar.gz
scala-c395c926216b4356c82c606b76784a184a7f1d9b.tar.bz2
scala-c395c926216b4356c82c606b76784a184a7f1d9b.zip
fully initializes symbols on `typeSignature`
only affects runtime reflection, because Symbol.typeSignature is only defined in the reflection API. the rest of the compiler uses Symbol.info instead.
Diffstat (limited to 'test/files/run/fail-non-value-types.check')
-rw-r--r--test/files/run/fail-non-value-types.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/fail-non-value-types.check b/test/files/run/fail-non-value-types.check
index 4e80a11420..714dce2c50 100644
--- a/test/files/run/fail-non-value-types.check
+++ b/test/files/run/fail-non-value-types.check
@@ -1,3 +1,3 @@
-[B <: <?>, That <: <?>](f: <?>)(implicit cbf: <?>)That
+[B, That](f: A => B)(implicit cbf: ImaginaryCanBuildFrom[CompletelyIndependentList.this.Repr,B,That])That
[B, That](f: Int => B)(implicit cbf: ImaginaryCanBuildFrom[CompletelyIndependentList[Int]#Repr,B,That])That
()CompletelyIndependentList[A]