blob: 860a5e4ee512db7d367b51b0fadaefc9951d913f [file] [log] [blame]
annotation class A
annotation class B
interface Foo {
@get:A
@B
val <caret>bar: String
}