summaryrefslogtreecommitdiff
path: root/test/files/neg/t1422.check
blob: 5931fcb04983a49106998de97fd6b52b74cf5cde (plain) (blame)
1
2
3
4
t1422.scala:1: error: private[this] not allowed for case class parameters
case class A(private[this] val foo:String)
                               ^
one error found