// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtProperty class FooBar { val p: String constructor(p: String) { this.p = p } fun doSmth() {} }