Skip to content

Commit 0d5e014

Browse files
committed
Update test
1 parent d05e600 commit 0d5e014

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tests/patmat/i12530.check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
6: Match case Unreachable
2+
14: Match case Unreachable

tests/patmat/null.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
6: Match case Unreachable
22
13: Pattern Match
3-
18: Match case Unreachable
43
20: Pattern Match
4+
21: Match case Unreachable

tests/patmat/null.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ class Test {
1818
case Some(null) =>
1919
case None =>
2020
case y =>
21+
case _ =>
2122
}
2223
}

0 commit comments

Comments
 (0)