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