[AA] KtSymbolPointer: update kdoc

^KT-55191
This commit is contained in:
Dmitrii Gridin
2023-01-02 15:39:50 +01:00
committed by Space Team
parent 397f7719d8
commit 0a436d48df
@@ -33,7 +33,7 @@ public abstract class KtSymbolPointer<out S : KtSymbol> {
public abstract fun restoreSymbol(analysisSession: KtAnalysisSession): S?
/**
* @return **true** if [other] pointer should be restored to the same symbol
* @return **true** if [other] pointer can be restored to the same symbol
*/
public open fun pointsToTheSameSymbolAs(other: KtSymbolPointer<KtSymbol>): Boolean = this === other
}