summaryrefslogtreecommitdiff
path: root/test/files/pos/t5667.scala
blob: 513de5b6630084f41e8b8d3d641179c8728741f9 (plain) (blame)
1
2
3
4
5
6
object Main {
  implicit class C(val s: String) extends AnyVal
  implicit class C2(val s: String) extends AnyRef

  implicit case class Foo(i: Int)
}