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