33e6a85a2d
We exclude testData pattern from copyright scope
8 lines
250 B
Kotlin
Vendored
8 lines
250 B
Kotlin
Vendored
open class B(x: () -> Unit)/* DeclarationStructureElement *//* ClassDeclarationStructureElement */
|
|
|
|
class A()/* DeclarationStructureElement */ : B(1, {
|
|
foo()
|
|
})/* ClassDeclarationStructureElement */
|
|
|
|
fun foo() {/* DeclarationStructureElement */}
|