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