summaryrefslogtreecommitdiff
path: root/test/files/neg/t6162-inheritance.check
blob: c9f4ddaec14b7568ab87151bf60b18c0d55748b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
usage.scala:3: warning: inheritance from class Foo in package t6126 is deprecated: `Foo` will be made final in a future version.
class SubFoo extends Foo
                     ^
usage.scala:5: warning: inheritance from trait T in package t6126 is deprecated
object SubT extends T
                    ^
usage.scala:8: warning: inheritance from trait S in package t6126 is deprecated
  new S {
      ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found