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