aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t6162-inheritance/defn.scala
blob: bb582d27b0dd673d39e3441d8988308a3b9d046c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package scala.t6126

@deprecatedInheritance("`Foo` will be made final in a future version.", "2.10.0")
class Foo

@deprecatedInheritance()
trait T

@deprecatedInheritance()
trait S