blob: 35ff1b7231e27a20e5d432dd0641d5c73bffc4ae [file]
// FIR_IDENTICAL
annotation class My
fun foo() {
val s = object {
@My fun bar() {}
}
s.bar()
}