[Analysis API] Add type to KtReceiverValue

Maybe in the future we could remove type from the
KtImplicitReceiverValue, because it has ktSymbol, and in theory
that should be enough to create corresponding KtType.
Unfortunately that is not the case for KtClassOrObjectSymbol --
it doesn't have the API for "default" type creation currently.

Regarding code in KtFirCallResolver.kt -- it seems like code there
needs some love in the future. Psi created via custom code there,
because for call x() FIR has receiver x with psi = null
This commit is contained in:
Stanislav Erokhin
2022-06-14 12:10:54 +02:00
committed by teamcity
parent 409d959816
commit 8d8fc6e291
131 changed files with 216 additions and 28 deletions
@@ -7,6 +7,7 @@ KtErrorCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Unit
@@ -28,6 +29,7 @@ KtErrorCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Unit
@@ -7,6 +7,7 @@ KtErrorCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Unit
@@ -28,6 +29,7 @@ KtErrorCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Unit
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: test/Target<kotlin/String>
type = test.Target<kotlin.String>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: test/Target<kotlin/String>
type = test.Target<kotlin.String>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = i
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = l
isSafeNavigation = false
type = A
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = i
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -25,6 +26,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -46,6 +48,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -25,6 +26,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -63,9 +65,11 @@ KtSuccessCallInfo:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
type = Foo
extensionReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
signature = KtFunctionLikeSignature:
receiverType = MyMap<kotlin.String, kotlin.Int>
returnType = kotlin.Unit
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = A
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, A>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = i
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Long
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = i()
isSafeNavigation = false
type = kotlin.Long
signature = KtFunctionLikeSignature:
receiverType = kotlin.Long
returnType = kotlin.Double
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = i()()
isSafeNavigation = false
type = kotlin.Double
signature = KtFunctionLikeSignature:
receiverType = kotlin.Double
returnType = kotlin.Unit
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = b1
isSafeNavigation = false
type = B
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = b1
isSafeNavigation = false
type = B
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = a1
isSafeNavigation = false
type = A
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = "str"
isSafeNavigation = false
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -5,9 +5,11 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = kotlin.Function1<kotlin.String, kotlin.Unit>
extensionReceiver = KtExplicitReceiverValue:
expression = ""
isSafeNavigation = false
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -5,9 +5,11 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = @ExtensionFunctionType kotlin.Function1<kotlin.String, kotlin.Unit>
extensionReceiver = KtExplicitReceiverValue:
expression = ""
isSafeNavigation = false
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.Unit
@@ -5,9 +5,11 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = kotlin.Function1<kotlin.String, kotlin.Unit>
extensionReceiver = KtExplicitReceiverValue:
expression = ""
isSafeNavigation = false
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -5,9 +5,11 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = @ExtensionFunctionType kotlin.Function1<kotlin.String, kotlin.Unit>
extensionReceiver = KtExplicitReceiverValue:
expression = ""
isSafeNavigation = false
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.Unit
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = "str"
isSafeNavigation = false
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = "str"
isSafeNavigation = true
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = c
isSafeNavigation = false
type = C
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = javaClass
isSafeNavigation = false
type = JavaClass
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = javaClass
isSafeNavigation = false
type = JavaClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: JavaClass
type = JavaClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = javaClass
isSafeNavigation = false
type = JavaClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = sub
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = javaClass
isSafeNavigation = false
type = JavaClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = javaClass
isSafeNavigation = false
type = JavaClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: JavaClass
type = JavaClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = ktClass
isSafeNavigation = false
type = KtClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: A
type = A
extensionReceiver = null
signature = KtVariableLikeSignature:
name = i
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = ktClass
isSafeNavigation = false
type = KtClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = instance
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = ktClass
isSafeNavigation = false
type = KtClass
extensionReceiver = null
signature = KtVariableLikeSignature:
name = foo
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: A
type = A
extensionReceiver = null
signature = KtVariableLikeSignature:
name = i
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = a
isSafeNavigation = false
type = A<kotlin.String>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = i
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -18,6 +19,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -39,6 +41,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -18,6 +19,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -56,9 +58,11 @@ KtSuccessCallInfo:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
type = Foo
extensionReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
signature = KtFunctionLikeSignature:
receiverType = MyMap<kotlin.String, kotlin.Int>
returnType = kotlin.Unit
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = i
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -18,6 +19,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -39,6 +41,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m["a"]
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -18,6 +19,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -56,9 +58,11 @@ KtSuccessCallInfo:
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
type = Foo
extensionReceiver = KtExplicitReceiverValue:
expression = m
isSafeNavigation = false
type = MyMap<kotlin.String, kotlin.Int>
signature = KtFunctionLikeSignature:
receiverType = MyMap<kotlin.String, kotlin.Int>
returnType = kotlin.Unit
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = a
isSafeNavigation = false
type = A
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtErrorCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = a
isSafeNavigation = false
type = A
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = a
isSafeNavigation = false
type = A
extensionReceiver = null
signature = KtVariableLikeSignature:
name = f
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = 1
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Int
@@ -5,7 +5,8 @@ KtSuccessCallInfo:
original = KtExplicitReceiverValue:
expression = a
isSafeNavigation = false
smartCastType = kotlin.String
type = kotlin.Any
type = kotlin.String
extensionReceiver = null
signature = KtVariableLikeSignature:
name = length
@@ -7,7 +7,8 @@ KtSuccessCallInfo:
original = KtExplicitReceiverValue:
expression = a
isSafeNavigation = false
smartCastType = kotlin.String
type = kotlin.Any
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -6,7 +6,8 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: kotlin/Any
smartCastType = kotlin.String
type = kotlin.Any
type = kotlin.String
extensionReceiver = null
signature = KtVariableLikeSignature:
name = length
@@ -8,7 +8,8 @@ KtSuccessCallInfo:
symbol = KtReceiverParameterSymbol:
origin: SOURCE
type: kotlin/Any
smartCastType = kotlin.String
type = kotlin.Any
type = kotlin.String
signature = KtFunctionLikeSignature:
receiverType = kotlin.String
returnType = kotlin.Unit
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function1<kotlin.Int, kotlin.String>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.String
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function2<@R|kotlin.ParameterName|(name = String(a)) kotlin.Int, @R|kotlin.ParameterName|(name = String(b)) kotlin.String, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function2<@R|kotlin.ParameterName|(name = String(a)) kotlin.Int, @R|kotlin.ParameterName|(name = String(b)) kotlin.String, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function2<@R|kotlin.ParameterName|(name = String(a)) @R|kotlin.ParameterName|(name = String(notMe)) kotlin.Int, @R|kotlin.ParameterName|(name = String(b)) @R|kotlin.ParameterName|(name = String(meNeither)) kotlin.String, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function2<@R|kotlin.ParameterName|(name = String(a)) kotlin.Int, @R|kotlin.ParameterName|(name = String(b)) kotlin.String, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function1<@R|kotlin.ParameterName|(name = String(first)) @R|kotlin.ParameterName|(name = String(second)) kotlin.Int, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function1<@R|kotlin.ParameterName|(name = String(first)) @R|kotlin.ParameterName|(name = String(second)) kotlin.Int, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function1<@R|kotlin.ParameterName|(name = String(a)) kotlin.Int, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = x
isSafeNavigation = false
type = kotlin.Function2<@R|kotlin.ParameterName|(name = String(a)) kotlin.Int, kotlin.String, kotlin.Unit>
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = Foo
signature = KtFunctionLikeSignature:
receiverType = Foo
returnType = kotlin.Unit
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Unit
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
extensionReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = kotlin.Int
signature = KtFunctionLikeSignature:
receiverType = kotlin.Int
returnType = kotlin.Unit
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = Foo
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
dispatchReceiver = KtExplicitReceiverValue:
expression = serializer
isSafeNavigation = false
type = test.Serializer
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null