summaryrefslogtreecommitdiff
path: root/test/files/pos/implicits.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/implicits.scala')
-rw-r--r--test/files/pos/implicits.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/implicits.scala b/test/files/pos/implicits.scala
index 3939a28398..960c265e55 100644
--- a/test/files/pos/implicits.scala
+++ b/test/files/pos/implicits.scala
@@ -82,3 +82,8 @@ package foo2709 {
}
}
}
+
+// Problem with specs
+object specsProblem {
+ println(implicitly[Manifest[Class[_]]])
+}