summaryrefslogtreecommitdiff
path: root/test/files/neg/michel2.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-04-03 09:20:53 +0000
committerMartin Odersky <odersky@gmail.com>2003-04-03 09:20:53 +0000
commit6ffa9f1636201a142e794554ce27b5276cd846b3 (patch)
treef531c78982561fc1e7e5a08252a47637d8477f38 /test/files/neg/michel2.check
parente360fb4095273a5bbcddb2757c576cc457614391 (diff)
downloadscala-6ffa9f1636201a142e794554ce27b5276cd846b3.tar.gz
scala-6ffa9f1636201a142e794554ce27b5276cd846b3.tar.bz2
scala-6ffa9f1636201a142e794554ce27b5276cd846b3.zip
*** empty log message ***
Diffstat (limited to 'test/files/neg/michel2.check')
-rw-r--r--test/files/neg/michel2.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/michel2.check b/test/files/neg/michel2.check
new file mode 100644
index 0000000000..3317c40f61
--- /dev/null
+++ b/test/files/neg/michel2.check
@@ -0,0 +1,4 @@
+michel2.scala:1: Java class may not be used as mixin
+class A() extends java.lang.Object() with java.util.Random() { }
+ ^
+one error found