aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t2442/expected.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patmat/t2442/expected.check')
-rw-r--r--tests/patmat/t2442/expected.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/patmat/t2442/expected.check b/tests/patmat/t2442/expected.check
new file mode 100644
index 000000000..33110ce43
--- /dev/null
+++ b/tests/patmat/t2442/expected.check
@@ -0,0 +1,9 @@
+./tests/patmat/t2442/t2442.scala:4: warning: match may not be exhaustive.
+It would fail on the following input: THREE
+ def f(e: MyEnum) = e match {
+ ^
+./tests/patmat/t2442/t2442.scala:11: warning: match may not be exhaustive.
+It would fail on the following input: BLUE
+ def g(e: MySecondEnum) = e match {
+ ^
+two warnings found