blob: 291e6d70a8ffe233c26c3ca78a24a95dc56b539a [file] [log] [blame]
annotation class Foo {
annotation class Bar
}
@Foo.Bar
fun box(): String {
return "OK"
}