Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
annonymousClass.kt
blob: db76a10b6a2d2cc1b2e61522af8559866c23fccf [
file
]
fun x
()
{
/* DeclarationStructureElement */
val x
=
object
:
Any
()
{
fun foo
(){}
}
}