summaryrefslogtreecommitdiff
path: root/test/files/neg/bug545.check
blob: f349c084fc3d0907b7d70b070dd7009dbb9d4198 (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