[AA] KtSymbolPointer: fix comment reference
This commit is contained in:
committed by
Space Team
parent
0a003be1f0
commit
25d5a26a72
+1
-1
@@ -21,7 +21,7 @@ import org.jetbrains.kotlin.analysis.api.symbols.KtSymbol
|
|||||||
* * for class & type alias symbols if its qualified name was not changed
|
* * for class & type alias symbols if its qualified name was not changed
|
||||||
* * for package symbol if the package is still exists
|
* * for package symbol if the package is still exists
|
||||||
*
|
*
|
||||||
* @see org.jetbrains.kotlin.analysis.api.ReadActionConfinementKtLifetimeToken
|
* @see org.jetbrains.kotlin.analysis.api.lifetime.KtReadActionConfinementLifetimeToken
|
||||||
*/
|
*/
|
||||||
public abstract class KtSymbolPointer<out S : KtSymbol> {
|
public abstract class KtSymbolPointer<out S : KtSymbol> {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user