blob: 76ca7603ebe3df32e8507b775c5b135bcc338273 [file]
package foo.bar
class A
object F {
class foo {
class bar {
annotation class A
@foo.bar.A fun test(): Nothing = TODO()
}
}
}
// ANNOTATION: foo.bar.F.foo.bar.A
// SEARCH: method:test