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