Skip to content

Commit 6a68d2d

Browse files
noti0na1tgodzik
authored andcommitted
Update test
[Cherry-picked 0d5e014]
1 parent fad8efd commit 6a68d2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/patmat/null.check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
6: Pattern Match
22
13: Pattern Match
33
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)