[Analysis API] Add KtCallableMemberCall#typeArgumentsMapping
This commit is contained in:
committed by
teamcity
parent
8d8fc6e291
commit
2234813363
Vendored
+3
@@ -18,6 +18,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
@@ -44,6 +45,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = b
|
||||
@@ -70,6 +72,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = c
|
||||
|
||||
+3
@@ -18,6 +18,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
@@ -44,6 +45,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = b
|
||||
@@ -70,6 +72,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = c
|
||||
|
||||
+2
@@ -21,6 +21,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {},
|
||||
KtSimpleFunctionCall:
|
||||
isImplicitInvoke = true
|
||||
@@ -43,6 +44,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
]
|
||||
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied:
|
||||
|
||||
Vendored
+2
@@ -21,6 +21,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {},
|
||||
KtSimpleFunctionCall:
|
||||
isImplicitInvoke = true
|
||||
@@ -43,6 +44,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
]
|
||||
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [local final operator fun R|kotlin/Int|.invoke(a: R|kotlin/String|): R|kotlin/Unit|, local final operator fun R|kotlin/Int|.invoke(b: R|kotlin/Boolean|): R|kotlin/Unit|]>
|
||||
|
||||
+3
@@ -24,6 +24,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = t
|
||||
@@ -56,6 +57,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = u
|
||||
@@ -88,6 +90,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = v
|
||||
|
||||
+9
@@ -24,6 +24,9 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {
|
||||
T -> (kotlin.Int)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = t
|
||||
@@ -56,6 +59,9 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {
|
||||
U -> (kotlin.Int)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = u
|
||||
@@ -88,6 +94,9 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {
|
||||
V -> (kotlin.Int)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = v
|
||||
|
||||
+3
@@ -24,6 +24,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = t
|
||||
@@ -56,6 +57,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = u
|
||||
@@ -88,6 +90,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = v
|
||||
|
||||
+3
@@ -24,6 +24,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = t
|
||||
@@ -56,6 +57,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = u
|
||||
@@ -88,6 +90,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = v
|
||||
|
||||
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
Annotation("v1", "v2") -> (KtVariableLikeSignature:
|
||||
name = value
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
arrayOf("v1", "v2") -> (KtVariableLikeSignature:
|
||||
name = strings
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
["v1", "v2"] -> (KtVariableLikeSignature:
|
||||
name = strings
|
||||
|
||||
+3
@@ -17,6 +17,9 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/arrayOf
|
||||
typeArgumentsMapping = {
|
||||
T -> (Annotation)
|
||||
}
|
||||
argumentMapping = {
|
||||
Annotation("v1", "v2") -> (KtVariableLikeSignature:
|
||||
name = elements
|
||||
|
||||
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
[Annotation("v1", "v2"), Annotation(["v3", "v4"])] -> (KtVariableLikeSignature:
|
||||
name = annos
|
||||
|
||||
Vendored
+1
@@ -17,4 +17,5 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
analysis/analysis-api/testData/components/callResolver/resolveCall/annotationInAnnotation_vararg.txt
Vendored
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"v1" -> (KtVariableLikeSignature:
|
||||
name = strings
|
||||
|
||||
Vendored
+1
@@ -16,4 +16,5 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"UNCHECKED_CAST" -> (KtVariableLikeSignature:
|
||||
name = names
|
||||
|
||||
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"UNCHECKED_CAST" -> (KtVariableLikeSignature:
|
||||
name = names
|
||||
|
||||
Vendored
+1
@@ -16,4 +16,5 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"DEPRECATION" -> (KtVariableLikeSignature:
|
||||
name = names
|
||||
|
||||
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"Foo" -> (KtVariableLikeSignature:
|
||||
name = name
|
||||
|
||||
Vendored
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
analysis/analysis-api/testData/components/callResolver/resolveCall/annotationOnParameter_reified.txt
Vendored
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"s" -> (KtVariableLikeSignature:
|
||||
name = names
|
||||
|
||||
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
analysis/analysis-api/testData/components/callResolver/resolveCall/annotationOnProperty_property.txt
Vendored
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): Anno
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+3
@@ -17,6 +17,9 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/arrayOf
|
||||
typeArgumentsMapping = {
|
||||
T -> (kotlin.Int)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = elements
|
||||
|
||||
+3
@@ -10,4 +10,7 @@ KtSuccessCallInfo:
|
||||
symbol = kotlin/collections/mutableListOf(): kotlin.collections.MutableList<T>
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = kotlin/collections/mutableListOf
|
||||
typeArgumentsMapping = {
|
||||
T -> (kotlin.String)
|
||||
}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -21,6 +21,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = test/Target.add
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
s -> (KtVariableLikeSignature:
|
||||
name = t
|
||||
|
||||
+1
@@ -21,6 +21,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = test/Target.add
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
s -> (KtVariableLikeSignature:
|
||||
name = t
|
||||
|
||||
+2
@@ -10,3 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = f: kotlin.Function0<kotlin.Unit>
|
||||
callableIdIfNonLocal = null
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/Int.compareTo
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
j -> (KtVariableLikeSignature:
|
||||
name = other
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /A.plusAssign
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = i
|
||||
|
||||
Vendored
+2
@@ -10,3 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = l: A
|
||||
callableIdIfNonLocal = null
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+1
@@ -31,3 +31,4 @@ KtSuccessCallInfo:
|
||||
returnType = kotlin.Int
|
||||
symbol = var i: kotlin.Int
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
Vendored
+2
@@ -10,3 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = var i: kotlin.Int
|
||||
callableIdIfNonLocal = null
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /MyMap.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"a" -> (KtVariableLikeSignature:
|
||||
name = k
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /A.plusAssign
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = i
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /MyMap.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"a" -> (KtVariableLikeSignature:
|
||||
name = k
|
||||
|
||||
Vendored
+1
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = /invoke(<extension receiver>: kotlin.Int): kotlin.Long
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = /invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = /invoke(<extension receiver>: kotlin.Long): kotlin.Double
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = /invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = /invoke(<extension receiver>: kotlin.Double): kotlin.Unit
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = /invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+2
@@ -10,3 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = i: kotlin.Int
|
||||
callableIdIfNonLocal = null
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
i + j -> (KtVariableLikeSignature:
|
||||
name = p1
|
||||
|
||||
+1
@@ -18,6 +18,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
s -> (KtVariableLikeSignature:
|
||||
name = p1
|
||||
|
||||
+1
@@ -18,6 +18,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
s -> (KtVariableLikeSignature:
|
||||
name = p1
|
||||
|
||||
analysis/analysis-api/testData/components/callResolver/resolveCall/delegatedConstructorCall_this.txt
Vendored
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
s.length -> (KtVariableLikeSignature:
|
||||
name = p1
|
||||
|
||||
+2
@@ -24,6 +24,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
i -> (KtVariableLikeSignature:
|
||||
name = i
|
||||
@@ -56,6 +57,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
i -> (KtVariableLikeSignature:
|
||||
name = p
|
||||
|
||||
+2
@@ -24,6 +24,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {},
|
||||
KtDelegatedConstructorCall:
|
||||
kind = THIS_CALL
|
||||
@@ -43,6 +44,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
]
|
||||
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public constructor(p: R|kotlin/Int|): R|Sub|, public constructor(i: R|kotlin/Int|, j: R|kotlin/Int|): R|Sub|]>
|
||||
|
||||
Vendored
+1
@@ -16,6 +16,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
Color.R -> (KtVariableLikeSignature:
|
||||
name = color
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/Any.equals
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
b2 -> (KtVariableLikeSignature:
|
||||
name = other
|
||||
|
||||
Vendored
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /A.equals
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
b2 -> (KtVariableLikeSignature:
|
||||
name = other
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /A.equals
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
a2 -> (KtVariableLikeSignature:
|
||||
name = other
|
||||
|
||||
Vendored
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+4
@@ -20,6 +20,10 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {
|
||||
A -> (kotlin.String),
|
||||
B -> (kotlin.Int)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -23,6 +23,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
analysis/analysis-api/testData/components/callResolver/resolveCall/functionCallWithNamedArgument.txt
Vendored
+1
@@ -23,6 +23,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"foo" -> (KtVariableLikeSignature:
|
||||
name = b
|
||||
|
||||
+1
@@ -23,6 +23,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
args -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+4
@@ -23,6 +23,10 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {
|
||||
A -> (kotlin.Int),
|
||||
B -> (kotlin.String)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -16,4 +16,5 @@ KtSuccessCallInfo:
|
||||
symbol = kotlin/Function1.invoke(<extension receiver>: P1<dispatch receiver>: kotlin.Function1<P1, R>): R
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = kotlin/Function1.invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
+1
@@ -23,4 +23,5 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/Function1.invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+1
@@ -16,4 +16,5 @@ KtSuccessCallInfo:
|
||||
symbol = kotlin/Function1.invoke(<extension receiver>: P1<dispatch receiver>: kotlin.Function1<P1, R>): R
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = kotlin/Function1.invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
+1
@@ -23,4 +23,5 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/Function1.invoke
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /function
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -11,6 +11,7 @@ KtErrorCallInfo:
|
||||
symbol = <constructor>(): Obj
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
]
|
||||
diagnostic = ERROR<INVISIBLE_REFERENCE: Symbol private constructor(): R|Obj| is invisible>
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
42 -> (KtVariableLikeSignature:
|
||||
name = i
|
||||
|
||||
Vendored
+1
@@ -10,4 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): A
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Vendored
+1
@@ -10,4 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(): A
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+1
@@ -26,6 +26,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+1
@@ -27,6 +27,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -27,6 +27,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+1
@@ -27,6 +27,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -32,6 +32,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.set
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+1
@@ -33,6 +33,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.set
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
+1
@@ -33,6 +33,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.set
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+1
@@ -33,6 +33,7 @@ KtErrorCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /C.set
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = a
|
||||
|
||||
Vendored
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = kotlin/intArrayOf
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = elements
|
||||
|
||||
+1
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = /JavaClass.javaMethod(<dispatch receiver>: JavaClass): kotlin.Unit
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = /JavaClass.javaMethod
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
+2
@@ -13,3 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = val foo: kotlin.Int
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+2
@@ -14,3 +14,5 @@ KtSuccessCallInfo:
|
||||
symbol = val foo: kotlin.Int
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
Vendored
+2
@@ -13,3 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = val sub: ft<JavaSubClass, JavaSubClass?>
|
||||
callableIdIfNonLocal = /JavaClass.sub
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+2
-1
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = var foo: kotlin.Int
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Write:
|
||||
value = 42
|
||||
value = 42
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
Vendored
+2
-1
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = var foo: kotlin.Int
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Write:
|
||||
value = null
|
||||
value = null
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+2
-1
@@ -14,4 +14,5 @@ KtSuccessCallInfo:
|
||||
symbol = var foo: kotlin.Int
|
||||
callableIdIfNonLocal = /JavaClass.foo
|
||||
simpleAccess = Write:
|
||||
value = 42
|
||||
value = 42
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
Vendored
+2
@@ -13,3 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = val foo: kotlin.Int
|
||||
callableIdIfNonLocal = /KtClass.foo
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+2
@@ -14,3 +14,5 @@ KtSuccessCallInfo:
|
||||
symbol = val i: kotlin.Int
|
||||
callableIdIfNonLocal = /A.i
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
Vendored
+2
@@ -13,3 +13,5 @@ KtSuccessCallInfo:
|
||||
symbol = val instance: KtSubClass
|
||||
callableIdIfNonLocal = /KtClass.instance
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
Vendored
+1
@@ -14,3 +14,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = /KtClass.foo
|
||||
simpleAccess = Write:
|
||||
value = 42
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+1
@@ -15,3 +15,4 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = /A.i
|
||||
simpleAccess = Write:
|
||||
value = 1
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+3
@@ -20,6 +20,9 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /A.foo
|
||||
typeArgumentsMapping = {
|
||||
R -> (kotlin.Int)
|
||||
}
|
||||
argumentMapping = {
|
||||
1 -> (KtVariableLikeSignature:
|
||||
name = r
|
||||
|
||||
Vendored
+1
@@ -24,3 +24,4 @@ KtSuccessCallInfo:
|
||||
returnType = kotlin.Int
|
||||
symbol = var i: kotlin.Int
|
||||
callableIdIfNonLocal = null
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+2
@@ -10,3 +10,5 @@ KtSuccessCallInfo:
|
||||
symbol = var i: kotlin.Int
|
||||
callableIdIfNonLocal = null
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {}
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = /MyMap.get
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
"a" -> (KtVariableLikeSignature:
|
||||
name = k
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user