Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
[Cherry-picked 0d5e014]
  • Loading branch information
noti0na1 authored and tgodzik committed Feb 19, 2025
1 parent eff5f00 commit 712dfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/patmat/null.check
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
6: Pattern Match
13: Pattern Match
20: Pattern Match
21: Match case Unreachable
1 change: 1 addition & 0 deletions tests/patmat/null.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ class Test {
case Some(null) =>
case None =>
case y =>
case _ =>
}
}

0 comments on commit 712dfe0

Please sign in to comment.