summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_1.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_1.check')
-rw-r--r--test/files/run/t5271_1.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t5271_1.check b/test/files/run/t5271_1.check
new file mode 100644
index 0000000000..d4fd544e88
--- /dev/null
+++ b/test/files/run/t5271_1.check
@@ -0,0 +1,11 @@
+{
+ case class C extends Object with ScalaObject with Product with Serializable {
+ <caseaccessor> <paramaccessor> val foo : Int = _;
+ <caseaccessor> <paramaccessor> val bar : Int = _;
+ def <init>(foo: Int, bar: Int) = {
+ super.<init>();
+ ()
+ }
+ };
+ ()
+}