Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
idea-frontend-fir
/
idea-fir-low-level-api
/
testdata
/
fileStructure
/
localFun.kt
blob: e10eeca4ee12a02fa181aba9d8dbe3766579020a [
file
] [
log
] [
blame
]
fun x
()
{
/* ReanalyzableFunctionStructureElement */
fun y
()
{
}
}
class
A
{
/* NonReanalyzableDeclarationStructureElement */
fun z
()
{
/* ReanalyzableFunctionStructureElement */
fun q
()
{
}
}
}