summaryrefslogtreecommitdiff
path: root/test/files/neg/t4882.check
blob: 0aafc8277067f850afcb4c25cf61505900e0ae2d (plain) (blame)
1
2
3
4
t4882.scala:2: error: `implicit' modifier not allowed for constructors
  implicit def this(a: String) = this(a.toInt)
               ^
one error found