[AA] introduce FirReceiverParameter
^KT-54417
This commit is contained in:
committed by
Space Team
parent
be7d282974
commit
37d688ae83
Vendored
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtAnonymousFunctionSymbol(<local>/<no name provided>)
|
||||
type: test/Target<kotlin/String>
|
||||
|
||||
+2
-1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtAnonymousFunctionSymbol(<local>/<no name provided>)
|
||||
type: test/Target<kotlin/String>
|
||||
@@ -30,4 +31,4 @@ KtSuccessCallInfo:
|
||||
returnType = T
|
||||
symbol = t: T
|
||||
callableIdIfNonLocal = null)
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -3,6 +3,7 @@ KtSuccessCallInfo:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/call)
|
||||
type: JavaClass
|
||||
@@ -16,4 +17,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
typeArgumentsMapping = {}
|
||||
+2
-1
@@ -3,6 +3,7 @@ KtSuccessCallInfo:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/call)
|
||||
type: JavaClass
|
||||
@@ -16,4 +17,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Write:
|
||||
value = 42
|
||||
typeArgumentsMapping = {}
|
||||
typeArgumentsMapping = {}
|
||||
+2
-1
@@ -3,6 +3,7 @@ KtSuccessCallInfo:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/foo)
|
||||
type: A
|
||||
@@ -16,4 +17,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = /A.i
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
typeArgumentsMapping = {}
|
||||
+2
-1
@@ -3,6 +3,7 @@ KtSuccessCallInfo:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/foo)
|
||||
type: A
|
||||
@@ -16,4 +17,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = /A.i
|
||||
simpleAccess = Write:
|
||||
value = 1
|
||||
typeArgumentsMapping = {}
|
||||
typeArgumentsMapping = {}
|
||||
+2
-1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtSmartCastedReceiverValue:
|
||||
original = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/test)
|
||||
type: kotlin/Any
|
||||
@@ -18,4 +19,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = kotlin/String.length
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
typeArgumentsMapping = {}
|
||||
+2
-1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtSmartCastedReceiverValue:
|
||||
original = KtImplicitReceiverValue:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
annotationsList: []
|
||||
origin: SOURCE
|
||||
owningCallableSymbol: KtFunctionSymbol(/test)
|
||||
type: kotlin/Any
|
||||
@@ -18,4 +19,4 @@ KtSuccessCallInfo:
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = /foo
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
argumentMapping = {}
|
||||
Reference in New Issue
Block a user