aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t3098/expected.check
blob: 33190411102c2424500fd88aac7cb6439c995dc0 (plain) (blame)
1
2
3
4
5
./tests/patmat/t3098/b.scala:3: warning: match may not be exhaustive.
It would fail on the following input: _: C
  def f = (null: T) match {
                    ^
one warning found