Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
idea
/
testData
/
search
/
annotations
/
testNestedClassAsAnnotation.kt
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