summaryrefslogtreecommitdiff
path: root/test/files/neg/bug562.check
blob: 2badbf31b4f8a4c35f5902188199a8ee5a6f2116 (plain) (blame)
1
2
3
4
5
6
bug562.scala:10 error: error overriding value y in trait YYY of type scala.Int;
 value y cannot override a value or variable definition in a trait 
 (this is an implementation restriction)
  override val y = super.y;
               ^
one error found