33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
209 B
Kotlin
Vendored
10 lines
209 B
Kotlin
Vendored
/* RootScriptStructureElement */fun a() {/* DeclarationStructureElement */
|
|
class X
|
|
}
|
|
|
|
class Y {/* ClassDeclarationStructureElement */
|
|
fun b() {/* DeclarationStructureElement */
|
|
class Z
|
|
}
|
|
}
|