We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05e600 commit 0d5e014Copy full SHA for 0d5e014
tests/patmat/i12530.check
@@ -1 +1,2 @@
1
6: Match case Unreachable
2
+14: Match case Unreachable
tests/patmat/null.check
@@ -1,4 +1,4 @@
13: Pattern Match
3
-18: Match case Unreachable
4
20: Pattern Match
+21: Match case Unreachable
tests/patmat/null.scala
@@ -18,5 +18,6 @@ class Test {
18
case Some(null) =>
19
case None =>
20
case y =>
21
+ case _ =>
22
}
23
0 commit comments