summaryrefslogtreecommitdiff
path: root/test/pending/pos/t0591.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t0591.scala')
-rw-r--r--test/pending/pos/t0591.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/pos/t0591.scala b/test/pending/pos/t0591.scala
deleted file mode 100644
index de02d6b579..0000000000
--- a/test/pending/pos/t0591.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test {
- def implicitly[T](implicit t : T) = t
- implicit def perhaps[T](implicit t : T) : Option[T] = Some(t)
- implicit val hello = "Hello"
- implicitly[String]
- implicitly[Option[String]]
-} \ No newline at end of file