aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/t6023.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/t6023.check')
-rw-r--r--tests/disabled/macro/run/t6023.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/t6023.check b/tests/disabled/macro/run/t6023.check
new file mode 100644
index 000000000..ee9356523
--- /dev/null
+++ b/tests/disabled/macro/run/t6023.check
@@ -0,0 +1,12 @@
+{
+ abstract trait Foo extends AnyRef {
+ <stable> <accessor> def a: Int
+ };
+ ()
+}
+{
+ abstract trait Foo extends AnyRef {
+ <stable> <accessor> def a: Int
+ };
+ ()
+}