blob: 87075c9bc9c522f8fdf0b73fbcc522c02bc08e70 [file]
// FIR_IDENTICAL
annotation class My
fun foo(): Int {
val s = object {
@My val bar: Int = 0
}
return s.bar
}