summaryrefslogtreecommitdiff
path: root/test/files/neg/bug545.check
blob: e87cc1a817f1d12f51a9c01dd2921c6a01cb782b (plain) (blame)
1
2
3
4
5
6
7
bug545.scala:4 error: value blah is not a member of Test.this.Foo
  val x = foo.blah match {
             ^
bug545.scala:5 error: recursive value x needs type
    case List(x) => x
                    ^
two errors found