33e6a85a2d
We exclude testData pattern from copyright scope
17 lines
385 B
Kotlin
Vendored
17 lines
385 B
Kotlin
Vendored
/* RootScriptStructureElement */class A {/* ClassDeclarationStructureElement */
|
|
class B {/* ClassDeclarationStructureElement */
|
|
fun x() {/* DeclarationStructureElement */
|
|
}
|
|
|
|
class C {/* ClassDeclarationStructureElement */
|
|
|
|
}
|
|
}
|
|
|
|
class E {/* ClassDeclarationStructureElement */
|
|
|
|
}
|
|
|
|
fun y(): Int = 10/* DeclarationStructureElement */
|
|
}
|