[SLC] migrate SymbolLightParameterForReceiver to KtReceiverParameterSymbol
^KT-54051
This commit is contained in:
committed by
Space Team
parent
e7b1206466
commit
37729c0353
+2
@@ -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>
|
||||
}
|
||||
Reference in New Issue
Block a user