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