summaryrefslogtreecommitdiff
path: root/test/files/neg/reassignment.check
blob: f0effd1459dfd3bfc35e8296b8fc2754077751df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
reassignment.scala:2: error: not found: value x
  x = 5
  ^
reassignment.scala:3: error: not found: value y
  y := 45
  ^
reassignment.scala:4: error: not found: value y
  y += 45
  ^
reassignment.scala:6: error: reassignment to val
  z = 51
    ^
four errors found