aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t7020.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t7020.check')
-rw-r--r--tests/patmat/t7020.check17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/patmat/t7020.check b/tests/patmat/t7020.check
new file mode 100644
index 000000000..c091535ae
--- /dev/null
+++ b/tests/patmat/t7020.check
@@ -0,0 +1,17 @@
+./tests/patmat/t7020.scala:3: warning: match may not be exhaustive.
+It would fail on the following input: List(_, _)
+ List(5) match {
+ ^
+./tests/patmat/t7020.scala:10: warning: match may not be exhaustive.
+It would fail on the following input: List(_, _)
+ List(5) match {
+ ^
+./tests/patmat/t7020.scala:17: warning: match may not be exhaustive.
+It would fail on the following input: List(_, _)
+ List(5) match {
+ ^
+./tests/patmat/t7020.scala:24: warning: match may not be exhaustive.
+It would fail on the following input: List(_, _)
+ List(5) match {
+ ^
+four warnings found