[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:
committed by
teamcity
parent
409d959816
commit
8d8fc6e291
+2
@@ -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
|
||||
|
||||
Vendored
+2
@@ -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
|
||||
|
||||
Vendored
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = l
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+3
@@ -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
|
||||
|
||||
+4
@@ -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
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = m
|
||||
isSafeNavigation = false
|
||||
type = MyMap<kotlin.String, kotlin.Int>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = m["a"]
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = m
|
||||
isSafeNavigation = false
|
||||
type = MyMap<kotlin.String, A>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = b1
|
||||
isSafeNavigation = false
|
||||
type = B
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = b1
|
||||
isSafeNavigation = false
|
||||
type = B
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a1
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = "str"
|
||||
isSafeNavigation = false
|
||||
type = kotlin.String
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.String
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+2
@@ -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
|
||||
|
||||
+2
@@ -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
|
||||
|
||||
+2
@@ -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
|
||||
|
||||
+2
@@ -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
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = "str"
|
||||
isSafeNavigation = false
|
||||
type = kotlin.String
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.String
|
||||
returnType = kotlin.Unit
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = "str"
|
||||
isSafeNavigation = true
|
||||
type = kotlin.String
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.String
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = c
|
||||
isSafeNavigation = false
|
||||
type = C
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = javaClass
|
||||
isSafeNavigation = false
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = javaClass
|
||||
isSafeNavigation = false
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
origin: SOURCE
|
||||
type: JavaClass
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = javaClass
|
||||
isSafeNavigation = false
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = sub
|
||||
|
||||
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = javaClass
|
||||
isSafeNavigation = false
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = javaClass
|
||||
isSafeNavigation = false
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
origin: SOURCE
|
||||
type: JavaClass
|
||||
type = JavaClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = ktClass
|
||||
isSafeNavigation = false
|
||||
type = KtClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
origin: SOURCE
|
||||
type: A
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = i
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = ktClass
|
||||
isSafeNavigation = false
|
||||
type = KtClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = instance
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = ktClass
|
||||
isSafeNavigation = false
|
||||
type = KtClass
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = foo
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
origin: SOURCE
|
||||
type: A
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = i
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a
|
||||
isSafeNavigation = false
|
||||
type = A<kotlin.String>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+3
@@ -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
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = m
|
||||
isSafeNavigation = false
|
||||
type = MyMap<kotlin.String, kotlin.Int>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+4
@@ -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
|
||||
|
||||
Vendored
+1
@@ -7,6 +7,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+3
@@ -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
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = m
|
||||
isSafeNavigation = false
|
||||
type = MyMap<kotlin.String, kotlin.Int>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+4
@@ -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
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtErrorCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -4,6 +4,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtVariableLikeSignature:
|
||||
name = f
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = 1
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Int
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Function1<kotlin.Int, kotlin.String>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.String
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = f
|
||||
isSafeNavigation = false
|
||||
type = Foo
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = Foo
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = f
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtSuccessCallInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = f
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
Vendored
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = f
|
||||
isSafeNavigation = false
|
||||
type = Foo
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtSuccessCallInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = serializer
|
||||
isSafeNavigation = false
|
||||
type = test.Serializer
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+2
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
@@ -32,6 +33,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+2
@@ -6,6 +6,7 @@ KtInapplicableCallCandidateInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
@@ -38,6 +39,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+2
@@ -6,6 +6,7 @@ KtInapplicableCallCandidateInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
@@ -38,6 +39,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = x
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtApplicableCallCandidateInfo:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
origin: SOURCE
|
||||
type: test/Target<kotlin/String>
|
||||
type = test.Target<kotlin.String>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtApplicableCallCandidateInfo:
|
||||
symbol = KtReceiverParameterSymbol:
|
||||
origin: SOURCE
|
||||
type: test/Target<kotlin/String>
|
||||
type = test.Target<Stub (chain inference): TypeVariable(T)>
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtApplicableCallCandidateInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+3
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
@@ -24,6 +25,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
@@ -42,6 +44,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
+3
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
@@ -24,6 +25,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
@@ -42,6 +44,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Int
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
+3
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
@@ -25,6 +26,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
@@ -42,6 +44,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
+3
@@ -7,6 +7,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
@@ -25,6 +26,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
@@ -42,6 +44,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Long
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
+3
@@ -6,6 +6,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
@@ -24,6 +25,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
@@ -42,6 +44,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
+3
@@ -6,6 +6,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Double
|
||||
returnType = kotlin.Unit
|
||||
@@ -24,6 +25,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Int
|
||||
returnType = kotlin.Long
|
||||
@@ -42,6 +44,7 @@ KtInapplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = i()()
|
||||
isSafeNavigation = false
|
||||
type = kotlin.Double
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.Long
|
||||
returnType = kotlin.Double
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtApplicableCallCandidateInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = b1
|
||||
isSafeNavigation = false
|
||||
type = B
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtApplicableCallCandidateInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = b1
|
||||
isSafeNavigation = false
|
||||
type = B
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -5,6 +5,7 @@ KtApplicableCallCandidateInfo:
|
||||
dispatchReceiver = KtExplicitReceiverValue:
|
||||
expression = a1
|
||||
isSafeNavigation = false
|
||||
type = A
|
||||
extensionReceiver = null
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = null
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = "str"
|
||||
isSafeNavigation = false
|
||||
type = kotlin.String
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.String
|
||||
returnType = kotlin.Unit
|
||||
|
||||
+2
@@ -5,9 +5,11 @@ KtApplicableCallCandidateInfo:
|
||||
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
|
||||
|
||||
+2
@@ -5,9 +5,11 @@ KtApplicableCallCandidateInfo:
|
||||
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
|
||||
|
||||
+2
@@ -5,9 +5,11 @@ KtApplicableCallCandidateInfo:
|
||||
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
|
||||
|
||||
+2
@@ -5,9 +5,11 @@ KtApplicableCallCandidateInfo:
|
||||
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
|
||||
|
||||
+1
@@ -6,6 +6,7 @@ KtApplicableCallCandidateInfo:
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = "str"
|
||||
isSafeNavigation = false
|
||||
type = kotlin.String
|
||||
signature = KtFunctionLikeSignature:
|
||||
receiverType = kotlin.String
|
||||
returnType = kotlin.Unit
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user