Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
localFunScript.kts
blob: 0f36253589d5e5f76418541aba755ad390ed1a5e [
file
]
/* RootScriptStructureElement */
fun x
()
{
/* DeclarationStructureElement */
fun y
()
{
}
}
class
A
{
/* ClassDeclarationStructureElement */
fun z
()
{
/* DeclarationStructureElement */
fun q
()
{
}
}
}