summaryrefslogblamecommitdiff
path: root/test/files/neg/t545.check
blob: 8ebbf9bdf62ea87da8b7c0a48f830ff0684be614 (plain) (tree)
1
2
3
4
5
6
7






                                                           
t545.scala:4: error: value blah is not a member of Test.Foo
  val x = foo.blah match {
              ^
t545.scala:5: error: recursive value x needs type
    case List(x) => x
                    ^
two errors found