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 9e0c007 commit a96b52eCopy full SHA for a96b52e
tests/patmat/i4226.scala
@@ -9,7 +9,7 @@ object Empty {
9
object Test {
10
val a: Maybe[Int] = Just(2)
11
def main(args: Array[String]): Unit = a match {
12
- case Just(2) => true
+ case Just(2) =>
13
case Empty() =>
14
}
15
tests/patmat/i4226b.scala
0 commit comments