[SLC] migrate SymbolLightParameterForReceiver to KtReceiverParameterSymbol

^KT-54051
This commit is contained in:
Dmitrii Gridin
2022-11-18 13:35:07 +01:00
committed by Space Team
parent e7b1206466
commit 37729c0353
6 changed files with 34 additions and 37 deletions
@@ -38,4 +38,6 @@ public abstract class KtReceiverParameterSymbol : KtAnnotatedSymbol {
* In terms of the example above -- this is link to the function foo.
*/
public abstract val owningCallableSymbol: KtCallableSymbol
abstract override fun createPointer(): KtSymbolPointer<KtReceiverParameterSymbol>
}