summaryrefslogtreecommitdiff
path: root/test/files/neg/anytrait.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2012-02-13 09:02:38 +0100
committerMartin Odersky <odersky@gmail.com>2012-02-13 09:04:17 +0100
commit436f141d21db0b5fa88adc9ada7059e992be58cc (patch)
treeccce44a7d699dfea322c6304e03cb5a276d396f3 /test/files/neg/anytrait.check
parent52c99f57ef41c436719818b8e3860e3bfbf023e2 (diff)
downloadscala-436f141d21db0b5fa88adc9ada7059e992be58cc.tar.gz
scala-436f141d21db0b5fa88adc9ada7059e992be58cc.tar.bz2
scala-436f141d21db0b5fa88adc9ada7059e992be58cc.zip
Added missing files from last commit
Diffstat (limited to 'test/files/neg/anytrait.check')
-rw-r--r--test/files/neg/anytrait.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/anytrait.check b/test/files/neg/anytrait.check
new file mode 100644
index 0000000000..99c24b85a0
--- /dev/null
+++ b/test/files/neg/anytrait.check
@@ -0,0 +1,7 @@
+anytrait.scala:3: error: this statement is not allowed in trait extending from class Any: private[this] var x: Int = 1
+ var x = 1
+ ^
+anytrait.scala:5: error: this statement is not allowed in trait extending from class Any: T.this.x_=(T.this.x.+(1))
+ { x += 1 }
+ ^
+two errors found