aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/NonAbstractSealed.check
blob: 9224ee370ce00f23f187fb96d60b4d60d84eeb2a (plain) (blame)
1
2
3
4
5
./tests/patmat/NonAbstractSealed.scala:6: warning: match may not be exhaustive.
It would fail on the following input: _: A
  (null: A) match {
            ^
one warning found