summaryrefslogblamecommitdiff
path: root/test/files/neg/bug545.check
blob: c969bcbb4089ffd790d1609c2a8293553aa370f6 (plain) (tree)
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