Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
box
/
annotations
/
nestedAnnotation.kt
blob: 291e6d70a8ffe233c26c3ca78a24a95dc56b539a [
file
]
annotation
class
Foo
{
annotation
class
Bar
}
@Foo
.
Bar
fun box
():
String
{
return
"OK"
}