Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
nestedClasesWithFun.kt
blob: 58c41efafe6cc1953f1e81594d4b1c4d43ff81dd [
file
]
class
A
{
/* ClassDeclarationStructureElement */
fun y
()
{
/* DeclarationStructureElement */
}
class
B
{
/* ClassDeclarationStructureElement */
fun x
()
{
/* DeclarationStructureElement */
}
}
}