summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-06-08 09:00:12 -0700
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-06-08 09:00:12 -0700
commitf42f76b4c6484521c70493207bf92732200e0411 (patch)
tree8e3123bb11d564e10c5e2837e43f828f1a9d13d6 /test/files/presentation/ide-bug-1000531.check
parent1fac5bcbbcb9bbfc5953c29574f3952b97945921 (diff)
parentbe3d06b33284b133e783ce6ed6e8206f4646319c (diff)
downloadscala-f42f76b4c6484521c70493207bf92732200e0411.tar.gz
scala-f42f76b4c6484521c70493207bf92732200e0411.tar.bz2
scala-f42f76b4c6484521c70493207bf92732200e0411.zip
Merge pull request #684 from scalamacros/pullrequest/reflection
The new reflection
Diffstat (limited to 'test/files/presentation/ide-bug-1000531.check')
-rw-r--r--test/files/presentation/ide-bug-1000531.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/ide-bug-1000531.check b/test/files/presentation/ide-bug-1000531.check
index dcbd440801..e813ce119b 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -97,7 +97,7 @@ retrieved 124 members
[accessible: true] `method synchronized[T0](x$1: T0)T0`
[accessible: true] `method take(n: Int)Iterator[B]`
[accessible: true] `method takeWhile(p: B => Boolean)Iterator[B]`
-[accessible: true] `method toArray[B >: B](implicit evidence$1: ArrayTag[B])Array[B]`
+[accessible: true] `method toArray[B >: B](implicit evidence$1: scala.reflect.ClassTag[B])Array[B]`
[accessible: true] `method toBuffer[B >: B]=> scala.collection.mutable.Buffer[B]`
[accessible: true] `method toIndexedSeq=> scala.collection.immutable.IndexedSeq[B]`
[accessible: true] `method toIterable=> Iterable[B]`