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