summaryrefslogblamecommitdiff
path: root/test/files/neg/t0903.check
blob: db4cd94d2cebcdb97afdc1a3c0af62e49fd45abe (plain) (tree)
1
2
3
4
5
6
7






                                         
t0903.scala:3: error: reassignment to val
  x += 1
    ^
t0903.scala:4: error: reassignment to val
  x = 2
    ^
two errors found