summaryrefslogtreecommitdiff
path: root/test/files/pos/t5667.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5667.scala')
-rw-r--r--test/files/pos/t5667.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/pos/t5667.scala b/test/files/pos/t5667.scala
index 513de5b663..353eec93d6 100644
--- a/test/files/pos/t5667.scala
+++ b/test/files/pos/t5667.scala
@@ -1,6 +1,4 @@
object Main {
implicit class C(val s: String) extends AnyVal
implicit class C2(val s: String) extends AnyRef
-
- implicit case class Foo(i: Int)
}