summaryrefslogtreecommitdiff
path: root/test/files/neg/t4882.scala
blob: 4e58ef78795ae1b856d7eb45f7b22570d850765a (plain) (blame)
1
2
3
class Foo(value: Int) {
  implicit def this(a: String) = this(a.toInt)
}