summaryrefslogtreecommitdiff
path: root/test/files/pos/t5639/Foo.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5639/Foo.scala')
-rw-r--r--test/files/pos/t5639/Foo.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/pos/t5639/Foo.scala b/test/files/pos/t5639/Foo.scala
deleted file mode 100644
index 1a07734a8e..0000000000
--- a/test/files/pos/t5639/Foo.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-package pack.age
-
-class Baz
-
-object Implicits {
- implicit def Baz(n: Int): Baz = new Baz
-}