blob: 286644f57d4cdebbe316e1cfa6188c6a4f85aafc [file]
// a.A
package a
class A {
@Deprecated("f", level = DeprecationLevel.HIDDEN)
fun f() {
}
}