aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t0903.check
blob: 2dd05cd3eec33e81b066125de5ef9a5e8a5a3ef3 (plain) (blame)
1
2
3
4
5
6
7
t0903.scala:3: error: value += is not a member of Int
  x += 1
    ^
t0903.scala:4: error: reassignment to val
  x = 2
    ^
two errors found