Closed
Description
The same code compiled by hand does show the warning:
scala> def foo(x: Option[Int]) = x match { case None => }
def foo(x: Option[Int]): Unit
scala>
Could you have a look @liufengyun ?
The same code compiled by hand does show the warning:
scala> def foo(x: Option[Int]) = x match { case None => }
def foo(x: Option[Int]): Unit
scala>
Could you have a look @liufengyun ?