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, 7 insertions, 0 deletions
diff --git a/test/files/pos/t5639/Foo.scala b/test/files/pos/t5639/Foo.scala
new file mode 100644
index 0000000000..6602150661
--- /dev/null
+++ b/test/files/pos/t5639/Foo.scala
@@ -0,0 +1,7 @@
+package pack.age
+
+class Baz
+
+object Implicits {
+ implicit def Baz(n: Int): Baz = new Baz
+}