summaryrefslogblamecommitdiff
path: root/test/files/neg/t0903.scala
blob: cf8abce97a922a0d8a1f8bb7abd0f5facfee1e98 (plain) (tree)
1
2
3
4
5




             
object Test {
  val x = 1
  x += 1
  x = 2
}