aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t7746.check
blob: be4c53570c68113bf211e2ec4df5ba000e327c8f (plain) (tree)
1
2
3
4
5




                                                                   
./tests/patmat/t7746.scala:2: warning: match may not be exhaustive.
It would fail on the following input: Some(_), None
  def f[T](x: Option[T]) = x match {
                             ^
one warning found