Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
idea-frontend-fir
/
idea-fir-low-level-api
/
testdata
/
fileStructure
/
declarationsInPropertyInit.kt
blob: 74956002a3ab2d850df3b83954bcacaad0efc91e [
file
] [
log
] [
blame
]
class
A
{
/* NonReanalyzableDeclarationStructureElement */
val a
=
run
{
class
X
()
val y
=
10
}
/* NonReanalyzableDeclarationStructureElement */
}
inline
fun
<
R
>
run
(
block
:
()
->
R
):
R
{
/* ReanalyzableFunctionStructureElement */
return
block
()
}