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


                            
                       
                                       


                            
                       
                
abstract.scala:6: error: type mismatch;
 found   : A
 required: A.this.T
  def foo2: T = bar().baz();
                      ^
abstract.scala:9: error: type mismatch;
 found   : A
 required: A.this.T
  def foo5: T = baz().baz();
                      ^
two errors found