Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
declarationsInPropertyInit.kt
blob: eb4f7e2d2fe258aac29bdfb7dc4f1c3bd69e1c06 [
file
]
class
A
{
/* ClassDeclarationStructureElement */
val a
=
myRun
{
class
X
()
val y
=
10
}
/* DeclarationStructureElement */
}
inline
fun
<
R
>
myRun
(
block
:
()
->
R
):
R
{
/* DeclarationStructureElement */
return
block
()
}