aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/t5271_1.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/t5271_1.check')
-rw-r--r--tests/disabled/macro/run/t5271_1.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/t5271_1.check b/tests/disabled/macro/run/t5271_1.check
new file mode 100644
index 000000000..544b4d276
--- /dev/null
+++ b/tests/disabled/macro/run/t5271_1.check
@@ -0,0 +1,12 @@
+{
+ case class C extends Product with Serializable {
+ <caseaccessor> <paramaccessor> val foo: Int = _;
+ <caseaccessor> <paramaccessor> val bar: Int = _;
+ def <init>(foo: Int, bar: Int) = {
+ super.<init>();
+ ()
+ }
+ };
+ ()
+}
+()