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





                                                                                          
       
                  
t6162-inheritance.scala:6: error: inheritance from class Foo in package t6126 is deprecated: `Foo` will be made final in a future version.
class SubFoo extends Foo
                     ^
t6162-inheritance.scala:11: error: inheritance from trait T in package t6126 is deprecated
object SubT extends T
                    ^
t6162-inheritance.scala:17: error: inheritance from trait S in package t6126 is deprecated
  new S {
      ^
three errors found