Fix KtFe10DescKotlinPropertySymbol.isDelegatedProperty
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ internal class KtFe10DescKotlinPropertySymbol(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override val isDelegatedProperty: Boolean
|
override val isDelegatedProperty: Boolean
|
||||||
get() = withValidityAssertion { descriptor.delegateField != null }
|
get() = withValidityAssertion { descriptor.isDelegated }
|
||||||
|
|
||||||
override fun createPointer(): KtSymbolPointer<KtKotlinPropertySymbol> = withValidityAssertion {
|
override fun createPointer(): KtSymbolPointer<KtKotlinPropertySymbol> = withValidityAssertion {
|
||||||
return KtPsiBasedSymbolPointer.createForSymbolFromSource(this) ?: KtFe10NeverRestoringSymbolPointer()
|
return KtPsiBasedSymbolPointer.createForSymbolFromSource(this) ?: KtFe10NeverRestoringSymbolPointer()
|
||||||
|
|||||||
Reference in New Issue
Block a user