33e6a85a2d
We exclude testData pattern from copyright scope
9 lines
248 B
Kotlin
Vendored
9 lines
248 B
Kotlin
Vendored
class B {/* ClassDeclarationStructureElement */
|
|
fun q(): C {/* DeclarationStructureElement */}
|
|
private val y = q()/* DeclarationStructureElement */
|
|
|
|
fun foo(a: A) = with(a) {
|
|
bar("a", y)
|
|
}/* DeclarationStructureElement */
|
|
}
|