Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed Nov 13, 2024
1 parent d05e600 commit 0d5e014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/patmat/i12530.check
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
6: Match case Unreachable
14: Match case Unreachable
2 changes: 1 addition & 1 deletion tests/patmat/null.check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
6: Match case Unreachable
13: Pattern Match
18: Match case Unreachable
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 0d5e014

Please sign in to comment.