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

                                                       
                                                        
       
                
bug960.scala:18: error: cannot resolve overloaded unapply
    case List(x, xs) => 7
         ^
bug960.scala:12: error: method unapply is defined twice
  def unapply[a](xs: List[a]): Option[Null] = xs match {
      ^
two errors found