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