33e6a85a2d
We exclude testData pattern from copyright scope
5 lines
112 B
Kotlin
Vendored
5 lines
112 B
Kotlin
Vendored
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtConstructor
|
|
class FooBar(val p: String) {
|
|
fun doSmth() {}
|
|
}
|