summaryrefslogtreecommitdiff
path: root/test/files/neg/bug105.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug105.check')
-rw-r--r--test/files/neg/bug105.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug105.check b/test/files/neg/bug105.check
new file mode 100644
index 0000000000..d0a980053a
--- /dev/null
+++ b/test/files/neg/bug105.check
@@ -0,0 +1,4 @@
+bug105.scala:1: illegal inheritance from sealed class
+object T extends Array[Int](1);
+ ^
+one error found