33e6a85a2d
We exclude testData pattern from copyright scope
17 lines
495 B
Kotlin
Vendored
17 lines
495 B
Kotlin
Vendored
/* RootScriptStructureElement */class Foo {/* ClassDeclarationStructureElement */
|
|
@Suppress("") @MustBeDocumented
|
|
}
|
|
class Bar {/* ClassDeclarationStructureElement */
|
|
@Suppress("") @MustBeDocumented
|
|
}
|
|
class Outer {/* ClassDeclarationStructureElement */
|
|
class Inner {/* ClassDeclarationStructureElement */
|
|
@Suppress("") @MustBeDocumented
|
|
}
|
|
fun foo() {/* DeclarationStructureElement */
|
|
class Local {
|
|
@Suppress("") @MustBeDocumented
|
|
}
|
|
}
|
|
}
|