aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/t0899.check
blob: 8b71be8e0c95bceb439ad56fc2db0dcaf7e2b50c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                             
t0899.scala:9: error: super may be not be used on value o
  override val o = "Ha! " + super.o
                                  ^
t0899.scala:11: error: super may be not be used on variable v
  super.v = "aa"
        ^
t0899.scala:12: error: super may be not be used on variable v
  println(super.v)
                ^
three errors found