aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/t7868b.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/t7868b.check')
-rw-r--r--tests/disabled/macro/run/t7868b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/t7868b.check b/tests/disabled/macro/run/t7868b.check
new file mode 100644
index 000000000..6577c4bc4
--- /dev/null
+++ b/tests/disabled/macro/run/t7868b.check
@@ -0,0 +1,6 @@
+Expr[Int]({
+ val x = (0: Short): @unchecked match {
+ case A((x @ _)) => x
+ };
+ x
+})