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