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




                                                                    
./tests/patmat/t4691.scala:15: warning: match may not be exhaustive.
It would fail on the following input: NodeType2(_)
  def test (x: Node) = x match {
                         ^
one warning found