aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t6359.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t6359.check')
-rw-r--r--tests/untried/neg/t6359.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/untried/neg/t6359.check b/tests/untried/neg/t6359.check
new file mode 100644
index 000000000..5bcdc5733
--- /dev/null
+++ b/tests/untried/neg/t6359.check
@@ -0,0 +1,9 @@
+t6359.scala:3: error: implementation restriction: nested object is not allowed in value class
+This restriction is planned to be removed in subsequent releases.
+ object X
+ ^
+t6359.scala:4: error: implementation restriction: nested class is not allowed in value class
+This restriction is planned to be removed in subsequent releases.
+ class Y
+ ^
+two errors found