summaryrefslogtreecommitdiff
path: root/test/files/neg/t6162-inheritance.check
blob: 69112d7f86abdc61c2ac1d039bb1e42b6f1968ca (plain) (blame)
1
2
3
4
t6162-inheritance.scala:4: error: class SubFoo inherits from class Foo, but inheriting from that class is deprecated: `Foo` will be made final in a future version.
class SubFoo extends Foo
      ^
one error found