Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
annotations
/
AnnotatedLocalObjectFun.kt
blob: 35ff1b7231e27a20e5d432dd0641d5c73bffc4ae [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
annotation
class
My
fun foo
()
{
val s
=
object
{
@My
fun bar
()
{}
}
s
.
bar
()
}