aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t9779.check
blob: 0e0d8d5f49d11b5e1618ff670e5cfd74c9c3a328 (plain) (blame)
1
2
3
4
5
./tests/patmat/t9779.scala:10: warning: match may not be exhaustive.
It would fail on the following input: _: a.Elem
  private def toLuaValue(eX: a.Elem[_]): String = eX match {
                                                     ^
one warning found