summaryrefslogblamecommitdiff
path: root/test/files/neg/t3098.check
blob: 85829747b949d2ecd53c6f233e2bb6513efc4f9e (plain) (tree)
1
2
3
4
5

                                              


                           
b.scala:3: error: match may not be exhaustive.
It would fail on the following input: (_ : C)
  def f = (null: T) match {
               ^
one error found