33e6a85a2d
We exclude testData pattern from copyright scope
11 lines
168 B
Kotlin
Vendored
11 lines
168 B
Kotlin
Vendored
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtProperty
|
|
class FooBar {
|
|
val p: String
|
|
|
|
constructor(p: String) {
|
|
this.p = p
|
|
}
|
|
|
|
fun doSmth() {}
|
|
}
|