blob: f7192d8fc01d0ccc82a8ecd260dff2869b187660 [file]
annotation class A
annotation class B
interface Foo {
@A
@B
fun getBar(): String
}