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