summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1333.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1333.check')
-rw-r--r--test/files/neg/bug1333.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug1333.check b/test/files/neg/bug1333.check
new file mode 100644
index 0000000000..11ba633194
--- /dev/null
+++ b/test/files/neg/bug1333.check
@@ -0,0 +1,4 @@
+bug1333.scala:1: error: case classes limited by implementation: maximum of 2 constructor parameter lists.
+case class A(a: Int)(b: Int)(c: Int)
+ ^
+one error found