From c395c926216b4356c82c606b76784a184a7f1d9b Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 28 Sep 2012 14:20:27 +0200 Subject: 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. --- test/files/run/fail-non-value-types.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') 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] -- cgit v1.2.3