From a6f19f5d97b0a4708d769dd3baa9aeb346d3a918 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 7 Oct 2009 03:00:43 +0000 Subject: "Fix" and test case for #1333. --- test/files/neg/bug1333.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/neg/bug1333.scala (limited to 'test/files/neg/bug1333.scala') diff --git a/test/files/neg/bug1333.scala b/test/files/neg/bug1333.scala new file mode 100644 index 0000000000..e16b38cefc --- /dev/null +++ b/test/files/neg/bug1333.scala @@ -0,0 +1 @@ +case class A(a: Int)(b: Int)(c: Int) -- cgit v1.2.3