summaryrefslogtreecommitdiff
path: root/test/files/pos/implicits-new.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/implicits-new.scala')
-rw-r--r--test/files/pos/implicits-new.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/implicits-new.scala b/test/files/pos/implicits-new.scala
index b46ed36082..ffc387132a 100644
--- a/test/files/pos/implicits-new.scala
+++ b/test/files/pos/implicits-new.scala
@@ -88,5 +88,5 @@ package foo2709 {
// Problem with specs
object specsProblem {
- println(implicitly[ConcreteTypeTag[Class[_]]])
+ println(implicitly[TypeTag[Class[_]]])
} \ No newline at end of file