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