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