aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t7466.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t7466.check')
-rw-r--r--tests/patmat/t7466.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/patmat/t7466.check b/tests/patmat/t7466.check
new file mode 100644
index 000000000..8e575f6a2
--- /dev/null
+++ b/tests/patmat/t7466.check
@@ -0,0 +1,5 @@
+./tests/patmat/t7466.scala:8: warning: match may not be exhaustive.
+It would fail on the following input: (_, _)
+ (b1, b2) match {
+ ^
+one warning found \ No newline at end of file