[AA] KtSymbolPointer: add info about semantic to kdoc
^KT-55191
This commit is contained in:
committed by
Space Team
parent
0a436d48df
commit
5c6cf57e23
+1
-1
@@ -33,7 +33,7 @@ public abstract class KtSymbolPointer<out S : KtSymbol> {
|
||||
public abstract fun restoreSymbol(analysisSession: KtAnalysisSession): S?
|
||||
|
||||
/**
|
||||
* @return **true** if [other] pointer can be restored to the same symbol
|
||||
* @return **true** if [other] pointer can be restored to the same symbol. The operation is symmetric and transitive.
|
||||
*/
|
||||
public open fun pointsToTheSameSymbolAs(other: KtSymbolPointer<KtSymbol>): Boolean = this === other
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user