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

                              
                                                                                                              
                                                                                                         
               
bug1279a.scala:34: error: type mismatch;
 found   : first.selfType
 required: M{type T <: this.T}
   def all4Impl[U](first: M {type T <: U}): Stream[M {type T <: U}] = Stream.cons(first, all4Impl(first.next))
                                                                                                        ^
one error found