[AA] KtSymbolPointer: update kdoc
^KT-55191
This commit is contained in:
committed by
Space Team
parent
397f7719d8
commit
0a436d48df
+1
-1
@@ -33,7 +33,7 @@ public abstract class KtSymbolPointer<out S : KtSymbol> {
|
|||||||
public abstract fun restoreSymbol(analysisSession: KtAnalysisSession): S?
|
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
|
public open fun pointsToTheSameSymbolAs(other: KtSymbolPointer<KtSymbol>): Boolean = this === other
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user