Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
idea
/
testData
/
search
/
annotations
/
testNestedPrivateAnnotationClass.kt
blob: 57a7e56261339f8adf00bbdc78c7721c0df33153 [
file
]
package
foo
class
A
{
private
annotation
class
B
class
C
{
@B
fun foo
()
{}
}
}
// ANNOTATION: foo.A.B
// SEARCH: method:foo