summaryrefslogtreecommitdiff
path: root/test/files/neg/t6162-inheritance.scala
blob: 67bd4466c31466f2980e5eeb6df3107ea7fc1400 (plain) (blame)
1
2
3
4
@deprecatedInheritance("`Foo` will be made final in a future version.", "2.10.0")
class Foo

class SubFoo extends Foo