blob: 57a7e56261339f8adf00bbdc78c7721c0df33153 [file]
package foo
class A {
private annotation class B
class C {
@B
fun foo() {}
}
}
// ANNOTATION: foo.A.B
// SEARCH: method:foo