33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
209 B
Kotlin
Vendored
10 lines
209 B
Kotlin
Vendored
fun bar(a: Int, b: (Boolean) -> Unit) {/* DeclarationStructureElement */
|
|
|
|
}
|
|
|
|
class A {/* ClassDeclarationStructureElement */
|
|
fun foo(x: String, y: () -> String) {/* DeclarationStructureElement */
|
|
|
|
}
|
|
}
|