summaryrefslogtreecommitdiff
path: root/test/files/neg/t2796.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-06-26 23:21:38 +0200
committerJason Zaugg <jzaugg@gmail.com>2012-06-26 23:21:38 +0200
commitac71812170547acdce74fc224bfa9f3a776b4cd1 (patch)
tree5e4935f645c02bf8e2a173eb7e4fd904871efd0d /test/files/neg/t2796.check
parentd1687d7418598b56269edbaa70a3b3ce820fdf64 (diff)
downloadscala-ac71812170547acdce74fc224bfa9f3a776b4cd1.tar.gz
scala-ac71812170547acdce74fc224bfa9f3a776b4cd1.tar.bz2
scala-ac71812170547acdce74fc224bfa9f3a776b4cd1.zip
SI-2796 Warn if early definitions are used with a trait.
For which they (currently) have no special meaning.
Diffstat (limited to 'test/files/neg/t2796.check')
-rw-r--r--test/files/neg/t2796.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t2796.check b/test/files/neg/t2796.check
new file mode 100644
index 0000000000..aeb18497ed
--- /dev/null
+++ b/test/files/neg/t2796.check
@@ -0,0 +1,4 @@
+t2796.scala:7: error: Implementation restriction: early definitions in traits are not initialized before the super class is initialized.
+ val abstractVal = "T1.abstractVal" // warn
+ ^
+one error found