aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/aladdin1055/expected.check.ignore
blob: a8024ad02f596f8cc5d44d01f87643b1fbcde207 (plain) (blame)
1
2
3
4
5
./tests/patmat/aladdin1055/Test_1.scala:2: warning: match may not be exhaustive.
It would fail on the following input: (_ : this.<local child>)
  def foo(t: A.T) = t match {
                    ^
one warning found