33e6a85a2d
We exclude testData pattern from copyright scope
14 lines
231 B
Kotlin
Vendored
14 lines
231 B
Kotlin
Vendored
/* RootScriptStructureElement */fun x() {/* DeclarationStructureElement */
|
|
fun y() {
|
|
|
|
}
|
|
}
|
|
|
|
class A {/* ClassDeclarationStructureElement */
|
|
fun z() {/* DeclarationStructureElement */
|
|
fun q() {
|
|
|
|
}
|
|
}
|
|
}
|