[Analysis API] actualize testdata

This commit is contained in:
Ilya Kirillov
2022-06-10 10:34:31 +02:00
parent ffdfa05015
commit 2c1074ac37
212 changed files with 1063 additions and 326 deletions
@@ -42,6 +42,6 @@ public interface KtSubstitutor : KtLifetimeOwner {
public class Empty(override val token: KtLifetimeToken) : KtSubstitutor { public class Empty(override val token: KtLifetimeToken) : KtSubstitutor {
override fun substituteOrNull(type: KtType): KtType? = withValidityAssertion { null } override fun substituteOrNull(type: KtType): KtType? = withValidityAssertion { null }
override fun substituteOrSelf(type: KtType): KtType = withValidityAssertion { type } override fun substitute(type: KtType): KtType = withValidityAssertion { type }
} }
} }
@@ -15,13 +15,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char symbol = a: kotlin.Char
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char) symbol = a: kotlin.Char
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -38,13 +41,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean) symbol = b: kotlin.Boolean
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -61,13 +67,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String symbol = c: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = c name = c
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String) symbol = c: kotlin.String
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied:
@@ -15,13 +15,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char symbol = a: kotlin.Char
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char) symbol = a: kotlin.Char
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -38,13 +41,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean) symbol = b: kotlin.Boolean
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -61,13 +67,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String symbol = c: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = c name = c
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String) symbol = c: kotlin.String
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public final fun function(a: R|kotlin/Char|): R|kotlin/Unit|, public final fun function(b: R|kotlin/Boolean|): R|kotlin/Unit|, public final fun function(c: R|kotlin/String|): R|kotlin/Unit|]> diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public final fun function(a: R|kotlin/Char|): R|kotlin/Unit|, public final fun function(b: R|kotlin/Boolean|): R|kotlin/Unit|, public final fun function(c: R|kotlin/String|): R|kotlin/Unit|]>
@@ -17,7 +17,9 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = a: kotlin.String symbol = a: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {}, argumentMapping = {},
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = true isImplicitInvoke = true
@@ -36,7 +38,9 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied:
@@ -17,7 +17,9 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = a: kotlin.String symbol = a: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {}, argumentMapping = {},
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = true isImplicitInvoke = true
@@ -36,7 +38,9 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {} 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|]> 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|]>
@@ -14,19 +14,23 @@ KtErrorCallInfo:
name = t name = t
receiverType = null receiverType = null
returnType = TypeVariable(T) returnType = TypeVariable(T)
symbol = t: T, symbol = t: T
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char symbol = a: kotlin.Char
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = t name = t
receiverType = null receiverType = null
returnType = TypeVariable(T) returnType = TypeVariable(T)
symbol = t: T) symbol = t: T
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -42,19 +46,23 @@ KtErrorCallInfo:
name = u name = u
receiverType = null receiverType = null
returnType = TypeVariable(U) returnType = TypeVariable(U)
symbol = u: U, symbol = u: U
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = u name = u
receiverType = null receiverType = null
returnType = TypeVariable(U) returnType = TypeVariable(U)
symbol = u: U) symbol = u: U
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -70,19 +78,23 @@ KtErrorCallInfo:
name = v name = v
receiverType = null receiverType = null
returnType = TypeVariable(V) returnType = TypeVariable(V)
symbol = v: V, symbol = v: V
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = c name = c
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String symbol = c: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = v name = v
receiverType = null receiverType = null
returnType = TypeVariable(V) returnType = TypeVariable(V)
symbol = v: V) symbol = v: V
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied:
@@ -14,19 +14,23 @@ KtErrorCallInfo:
name = t name = t
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = t: T, symbol = t: T
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char symbol = a: kotlin.Char
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = t name = t
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = t: T) symbol = t: T
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -42,19 +46,23 @@ KtErrorCallInfo:
name = u name = u
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = u: U, symbol = u: U
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = u name = u
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = u: U) symbol = u: U
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -70,19 +78,23 @@ KtErrorCallInfo:
name = v name = v
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = v: V, symbol = v: V
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = c name = c
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String symbol = c: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = v name = v
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = v: V) symbol = v: V
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public final fun <T> function(t: R|T|, a: R|kotlin/Char|): R|kotlin/Unit|, public final fun <U> function(u: R|U|, b: R|kotlin/Boolean|): R|kotlin/Unit|, public final fun <V> function(v: R|V|, c: R|kotlin/String|): R|kotlin/Unit|]> diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public final fun <T> function(t: R|T|, a: R|kotlin/Char|): R|kotlin/Unit|, public final fun <U> function(u: R|U|, b: R|kotlin/Boolean|): R|kotlin/Unit|, public final fun <V> function(v: R|V|, c: R|kotlin/String|): R|kotlin/Unit|]>
@@ -14,19 +14,23 @@ KtErrorCallInfo:
name = t name = t
receiverType = null receiverType = null
returnType = TypeVariable(T) returnType = TypeVariable(T)
symbol = t: T, symbol = t: T
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char symbol = a: kotlin.Char
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = t name = t
receiverType = null receiverType = null
returnType = TypeVariable(T) returnType = TypeVariable(T)
symbol = t: T) symbol = t: T
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -42,19 +46,23 @@ KtErrorCallInfo:
name = u name = u
receiverType = null receiverType = null
returnType = TypeVariable(U) returnType = TypeVariable(U)
symbol = u: U, symbol = u: U
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = u name = u
receiverType = null receiverType = null
returnType = TypeVariable(U) returnType = TypeVariable(U)
symbol = u: U) symbol = u: U
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -70,19 +78,23 @@ KtErrorCallInfo:
name = v name = v
receiverType = null receiverType = null
returnType = TypeVariable(V) returnType = TypeVariable(V)
symbol = v: V, symbol = v: V
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = c name = c
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String symbol = c: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = v name = v
receiverType = null receiverType = null
returnType = TypeVariable(V) returnType = TypeVariable(V)
symbol = v: V) symbol = v: V
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied:
@@ -14,19 +14,23 @@ KtErrorCallInfo:
name = t name = t
receiverType = null receiverType = null
returnType = T returnType = T
symbol = t: T, symbol = t: T
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Char returnType = kotlin.Char
symbol = a: kotlin.Char symbol = a: kotlin.Char
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = t name = t
receiverType = null receiverType = null
returnType = T returnType = T
symbol = t: T) symbol = t: T
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -42,19 +46,23 @@ KtErrorCallInfo:
name = u name = u
receiverType = null receiverType = null
returnType = U returnType = U
symbol = u: U, symbol = u: U
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = b: kotlin.Boolean symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = u name = u
receiverType = null receiverType = null
returnType = U returnType = U
symbol = u: U) symbol = u: U
callableIdIfNonLocal = null)
}, },
KtSimpleFunctionCall: KtSimpleFunctionCall:
isImplicitInvoke = false isImplicitInvoke = false
@@ -70,19 +78,23 @@ KtErrorCallInfo:
name = v name = v
receiverType = null receiverType = null
returnType = V returnType = V
symbol = v: V, symbol = v: V
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = c name = c
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = c: kotlin.String symbol = c: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = v name = v
receiverType = null receiverType = null
returnType = V returnType = V
symbol = v: V) symbol = v: V
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public final fun <T> function(t: R|T|, a: R|kotlin/Char|): R|kotlin/Unit|, public final fun <U> function(u: R|U|, b: R|kotlin/Boolean|): R|kotlin/Unit|, public final fun <V> function(v: R|V|, c: R|kotlin/String|): R|kotlin/Unit|]> diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public final fun <T> function(t: R|T|, a: R|kotlin/Char|): R|kotlin/Unit|, public final fun <U> function(u: R|U|, b: R|kotlin/Boolean|): R|kotlin/Unit|, public final fun <V> function(v: R|V|, c: R|kotlin/String|): R|kotlin/Unit|]>
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = value: Annotation symbol = value: Annotation
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
Annotation("v1", "v2") -> (KtVariableLikeSignature: Annotation("v1", "v2") -> (KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = value: Annotation) symbol = value: Annotation
callableIdIfNonLocal = null)
} }
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
arrayOf("v1", "v2") -> (KtVariableLikeSignature: arrayOf("v1", "v2") -> (KtVariableLikeSignature:
name = strings name = strings
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String) symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
["v1", "v2"] -> (KtVariableLikeSignature: ["v1", "v2"] -> (KtVariableLikeSignature:
name = strings name = strings
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String) symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -14,16 +14,20 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = vararg elements: T symbol = vararg elements: T
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/arrayOf
argumentMapping = { argumentMapping = {
Annotation("v1", "v2") -> (KtVariableLikeSignature: Annotation("v1", "v2") -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = vararg elements: T), symbol = vararg elements: T
callableIdIfNonLocal = null),
Annotation(strings = arrayOf("v3", "v4")) -> (KtVariableLikeSignature: Annotation(strings = arrayOf("v3", "v4")) -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = vararg elements: T) symbol = vararg elements: T
callableIdIfNonLocal = null)
} }
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = vararg annos: Annotation symbol = vararg annos: Annotation
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
[Annotation("v1", "v2"), Annotation(["v3", "v4"])] -> (KtVariableLikeSignature: [Annotation("v1", "v2"), Annotation(["v3", "v4"])] -> (KtVariableLikeSignature:
name = annos name = annos
receiverType = null receiverType = null
returnType = Annotation returnType = Annotation
symbol = vararg annos: Annotation) symbol = vararg annos: Annotation
callableIdIfNonLocal = null)
} }
@@ -14,5 +14,7 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -14,16 +14,20 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
"v1" -> (KtVariableLikeSignature: "v1" -> (KtVariableLikeSignature:
name = strings name = strings
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String), symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null),
"v2" -> (KtVariableLikeSignature: "v2" -> (KtVariableLikeSignature:
name = strings name = strings
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg strings: kotlin.String) symbol = vararg strings: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -13,5 +13,7 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String symbol = vararg names: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String symbol = vararg names: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
"UNCHECKED_CAST" -> (KtVariableLikeSignature: "UNCHECKED_CAST" -> (KtVariableLikeSignature:
name = names name = names
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String) symbol = vararg names: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String symbol = vararg names: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
"UNCHECKED_CAST" -> (KtVariableLikeSignature: "UNCHECKED_CAST" -> (KtVariableLikeSignature:
name = names name = names
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String) symbol = vararg names: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -13,5 +13,7 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String symbol = vararg names: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String symbol = vararg names: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
"DEPRECATION" -> (KtVariableLikeSignature: "DEPRECATION" -> (KtVariableLikeSignature:
name = names name = names
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String) symbol = vararg names: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = name: kotlin.String symbol = name: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
"Foo" -> (KtVariableLikeSignature: "Foo" -> (KtVariableLikeSignature:
name = name name = name
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = name: kotlin.String) symbol = name: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String symbol = vararg names: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
"s" -> (KtVariableLikeSignature: "s" -> (KtVariableLikeSignature:
name = names name = names
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = vararg names: kotlin.String) symbol = vararg names: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
returnType = Anno returnType = Anno
symbol = <constructor>(): Anno symbol = <constructor>(): Anno
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -14,21 +14,26 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: T symbol = vararg elements: T
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/arrayOf
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: T), symbol = vararg elements: T
callableIdIfNonLocal = null),
2 -> (KtVariableLikeSignature: 2 -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: T), symbol = vararg elements: T
callableIdIfNonLocal = null),
3 -> (KtVariableLikeSignature: 3 -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: T) symbol = vararg elements: T
callableIdIfNonLocal = null)
} }
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
returnType = kotlin.collections.MutableList<kotlin.String> returnType = kotlin.collections.MutableList<kotlin.String>
symbol = kotlin/collections/mutableListOf(): kotlin.collections.MutableList<T> symbol = kotlin/collections/mutableListOf(): kotlin.collections.MutableList<T>
valueParameters = [] valueParameters = []
callableIdIfNonLocal = kotlin/collections/mutableListOf
argumentMapping = {} argumentMapping = {}
@@ -17,11 +17,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = t: T symbol = t: T
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = test/Target.add
argumentMapping = { argumentMapping = {
s -> (KtVariableLikeSignature: s -> (KtVariableLikeSignature:
name = t name = t
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = t: T) symbol = t: T
callableIdIfNonLocal = null)
} }
@@ -17,11 +17,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = T returnType = T
symbol = t: T symbol = t: T
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = test/Target.add
argumentMapping = { argumentMapping = {
s -> (KtVariableLikeSignature: s -> (KtVariableLikeSignature:
name = t name = t
receiverType = null receiverType = null
returnType = T returnType = T
symbol = t: T) symbol = t: T
callableIdIfNonLocal = null)
} }
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Function0<kotlin.Unit> returnType = kotlin.Function0<kotlin.Unit>
symbol = f: kotlin.Function0<kotlin.Unit> symbol = f: kotlin.Function0<kotlin.Unit>
callableIdIfNonLocal = null
simpleAccess = Read: simpleAccess = Read:
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = other: kotlin.Int symbol = other: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Int.compareTo
argumentMapping = { argumentMapping = {
j -> (KtVariableLikeSignature: j -> (KtVariableLikeSignature:
name = other name = other
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = other: kotlin.Int) symbol = other: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int symbol = i: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /A.plusAssign
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = i name = i
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int) symbol = i: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = A returnType = A
symbol = l: A symbol = l: A
callableIdIfNonLocal = null
simpleAccess = Read: simpleAccess = Read:
@@ -18,7 +18,9 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = other: kotlin.Int symbol = other: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Int.plus
partiallyAppliedSymbol = KtPartiallyAppliedSymbol: partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null dispatchReceiver = null
extensionReceiver = null extensionReceiver = null
@@ -27,3 +29,4 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var i: kotlin.Int symbol = var i: kotlin.Int
callableIdIfNonLocal = null
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var i: kotlin.Int symbol = var i: kotlin.Int
callableIdIfNonLocal = null
simpleAccess = Read: simpleAccess = Read:
@@ -18,7 +18,9 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = other: kotlin.Int symbol = other: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Int.plus
getPartiallyAppliedSymbol = KtPartiallyAppliedSymbol: getPartiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = KtExplicitReceiverValue: dispatchReceiver = KtExplicitReceiverValue:
expression = m expression = m
@@ -34,7 +36,9 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K symbol = k: K
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /MyMap.get
indexArguments = [ indexArguments = [
"a" "a"
] ]
@@ -52,10 +56,13 @@ KtSuccessCallInfo:
name = k name = k
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K, symbol = k: K
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = v name = v
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = v: V symbol = v: V
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /MyMap.set
@@ -18,7 +18,9 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = other: kotlin.Int symbol = other: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Int.plus
getPartiallyAppliedSymbol = KtPartiallyAppliedSymbol: getPartiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = KtExplicitReceiverValue: dispatchReceiver = KtExplicitReceiverValue:
expression = m expression = m
@@ -34,7 +36,9 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K1 symbol = k: K1
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /MyMap.get
indexArguments = [ indexArguments = [
"a" "a"
] ]
@@ -71,10 +75,13 @@ KtSuccessCallInfo:
name = k name = k
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K2, symbol = k: K2
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = v name = v
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = v: V2 symbol = v: V2
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /Foo.set
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K symbol = k: K
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /MyMap.get
argumentMapping = { argumentMapping = {
"a" -> (KtVariableLikeSignature: "a" -> (KtVariableLikeSignature:
name = k name = k
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K) symbol = k: K
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int symbol = i: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /A.plusAssign
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = i name = i
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int) symbol = i: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K symbol = k: K
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /MyMap.get
argumentMapping = { argumentMapping = {
"a" -> (KtVariableLikeSignature: "a" -> (KtVariableLikeSignature:
name = k name = k
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = k: K) symbol = k: K
callableIdIfNonLocal = null)
} }
@@ -11,4 +11,5 @@ KtSuccessCallInfo:
returnType = kotlin.Long returnType = kotlin.Long
symbol = /invoke(<extension receiver>: kotlin.Int): kotlin.Long symbol = /invoke(<extension receiver>: kotlin.Int): kotlin.Long
valueParameters = [] valueParameters = []
callableIdIfNonLocal = /invoke
argumentMapping = {} argumentMapping = {}
@@ -11,4 +11,5 @@ KtSuccessCallInfo:
returnType = kotlin.Double returnType = kotlin.Double
symbol = /invoke(<extension receiver>: kotlin.Long): kotlin.Double symbol = /invoke(<extension receiver>: kotlin.Long): kotlin.Double
valueParameters = [] valueParameters = []
callableIdIfNonLocal = /invoke
argumentMapping = {} argumentMapping = {}
@@ -11,4 +11,5 @@ KtSuccessCallInfo:
returnType = kotlin.Unit returnType = kotlin.Unit
symbol = /invoke(<extension receiver>: kotlin.Double): kotlin.Unit symbol = /invoke(<extension receiver>: kotlin.Double): kotlin.Unit
valueParameters = [] valueParameters = []
callableIdIfNonLocal = /invoke
argumentMapping = {} argumentMapping = {}
@@ -8,4 +8,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int symbol = i: kotlin.Int
callableIdIfNonLocal = null
simpleAccess = Read: simpleAccess = Read:
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int symbol = p1: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
i + j -> (KtVariableLikeSignature: i + j -> (KtVariableLikeSignature:
name = p1 name = p1
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int) symbol = p1: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -15,13 +15,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int symbol = p1: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
s -> (KtVariableLikeSignature: s -> (KtVariableLikeSignature:
name = p1 name = p1
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int) symbol = p1: kotlin.Int
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<TYPE_MISMATCH: Type mismatch: inferred type is String but Int was expected> diagnostic = ERROR<TYPE_MISMATCH: Type mismatch: inferred type is String but Int was expected>
@@ -15,13 +15,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int symbol = p1: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
s -> (KtVariableLikeSignature: s -> (KtVariableLikeSignature:
name = p1 name = p1
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int) symbol = p1: kotlin.Int
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is kotlin/String but kotlin/Int was expected> diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is kotlin/String but kotlin/Int was expected>
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int symbol = p1: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
s.length -> (KtVariableLikeSignature: s.length -> (KtVariableLikeSignature:
name = p1 name = p1
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p1: kotlin.Int) symbol = p1: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -14,24 +14,29 @@ KtErrorCallInfo:
name = i name = i
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int, symbol = i: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = j name = j
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = j: kotlin.Int symbol = j: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
i -> (KtVariableLikeSignature: i -> (KtVariableLikeSignature:
name = i name = i
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int), symbol = i: kotlin.Int
callableIdIfNonLocal = null),
j -> (KtVariableLikeSignature: j -> (KtVariableLikeSignature:
name = j name = j
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = j: kotlin.Int) symbol = j: kotlin.Int
callableIdIfNonLocal = null)
}, },
KtDelegatedConstructorCall: KtDelegatedConstructorCall:
kind = THIS_CALL kind = THIS_CALL
@@ -48,13 +53,16 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p: kotlin.Int symbol = p: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
i -> (KtVariableLikeSignature: i -> (KtVariableLikeSignature:
name = p name = p
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p: kotlin.Int) symbol = p: kotlin.Int
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied:
@@ -14,13 +14,16 @@ KtErrorCallInfo:
name = i name = i
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int, symbol = i: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = j name = j
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = j: kotlin.Int symbol = j: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {}, argumentMapping = {},
KtDelegatedConstructorCall: KtDelegatedConstructorCall:
kind = THIS_CALL kind = THIS_CALL
@@ -37,7 +40,9 @@ KtErrorCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = p: kotlin.Int symbol = p: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = {} 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|]> 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|]>
@@ -13,11 +13,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = Color returnType = Color
symbol = color: Color symbol = color: Color
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
Color.R -> (KtVariableLikeSignature: Color.R -> (KtVariableLikeSignature:
name = color name = color
receiverType = null receiverType = null
returnType = Color returnType = Color
symbol = color: Color) symbol = color: Color
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Any? returnType = kotlin.Any?
symbol = other: kotlin.Any? symbol = other: kotlin.Any?
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Any.equals
argumentMapping = { argumentMapping = {
b2 -> (KtVariableLikeSignature: b2 -> (KtVariableLikeSignature:
name = other name = other
receiverType = null receiverType = null
returnType = kotlin.Any? returnType = kotlin.Any?
symbol = other: kotlin.Any?) symbol = other: kotlin.Any?
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Any? returnType = kotlin.Any?
symbol = other: kotlin.Any? symbol = other: kotlin.Any?
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /A.equals
argumentMapping = { argumentMapping = {
b2 -> (KtVariableLikeSignature: b2 -> (KtVariableLikeSignature:
name = other name = other
receiverType = null receiverType = null
returnType = kotlin.Any? returnType = kotlin.Any?
symbol = other: kotlin.Any?) symbol = other: kotlin.Any?
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Any? returnType = kotlin.Any?
symbol = other: kotlin.Any? symbol = other: kotlin.Any?
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /A.equals
argumentMapping = { argumentMapping = {
a2 -> (KtVariableLikeSignature: a2 -> (KtVariableLikeSignature:
name = other name = other
receiverType = null receiverType = null
returnType = kotlin.Any? returnType = kotlin.Any?
symbol = other: kotlin.Any?) symbol = other: kotlin.Any?
callableIdIfNonLocal = null)
} }
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int symbol = a: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int) symbol = a: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: B symbol = a: B
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: B) symbol = a: B
callableIdIfNonLocal = null)
} }
@@ -13,22 +13,27 @@ KtSuccessCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Function1<kotlin.String, kotlin.Boolean> returnType = kotlin.Function1<kotlin.String, kotlin.Boolean>
symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean> symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean>
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
{ s -> true } -> (KtVariableLikeSignature: { s -> true } -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Function1<kotlin.String, kotlin.Boolean> returnType = kotlin.Function1<kotlin.String, kotlin.Boolean>
symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean>) symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean>
callableIdIfNonLocal = null)
} }
@@ -13,22 +13,27 @@ KtSuccessCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String symbol = b: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String), symbol = b: kotlin.String
callableIdIfNonLocal = null),
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int) symbol = a: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -13,22 +13,27 @@ KtSuccessCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Function1<kotlin.String, kotlin.Boolean> returnType = kotlin.Function1<kotlin.String, kotlin.Boolean>
symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean> symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean>
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
{ s -> true } -> (KtVariableLikeSignature: { s -> true } -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.Function1<kotlin.String, kotlin.Boolean> returnType = kotlin.Function1<kotlin.String, kotlin.Boolean>
symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean>) symbol = b: kotlin.Function1<kotlin.String, kotlin.Boolean>
callableIdIfNonLocal = null)
} }
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg a: kotlin.Int symbol = vararg a: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
args -> (KtVariableLikeSignature: args -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg a: kotlin.Int) symbol = vararg a: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -13,22 +13,27 @@ KtSuccessCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: A, symbol = a: A
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: B symbol = b: B
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: A), symbol = a: A
callableIdIfNonLocal = null),
"" -> (KtVariableLikeSignature: "" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: B) symbol = b: B
callableIdIfNonLocal = null)
} }
@@ -14,21 +14,26 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg a: kotlin.Int symbol = vararg a: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg a: kotlin.Int), symbol = vararg a: kotlin.Int
callableIdIfNonLocal = null),
2 -> (KtVariableLikeSignature: 2 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg a: kotlin.Int), symbol = vararg a: kotlin.Int
callableIdIfNonLocal = null),
3 -> (KtVariableLikeSignature: 3 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg a: kotlin.Int) symbol = vararg a: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
returnType = kotlin.Unit returnType = kotlin.Unit
symbol = kotlin/Function1.invoke(<extension receiver>: P1<dispatch receiver>: kotlin.Function1<P1, R>): R symbol = kotlin/Function1.invoke(<extension receiver>: P1<dispatch receiver>: kotlin.Function1<P1, R>): R
valueParameters = [] valueParameters = []
callableIdIfNonLocal = kotlin/Function1.invoke
argumentMapping = {} argumentMapping = {}
@@ -18,5 +18,7 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = p1: P1 symbol = p1: P1
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Function1.invoke
argumentMapping = {} argumentMapping = {}
@@ -13,4 +13,5 @@ KtSuccessCallInfo:
returnType = kotlin.Unit returnType = kotlin.Unit
symbol = kotlin/Function1.invoke(<extension receiver>: P1<dispatch receiver>: kotlin.Function1<P1, R>): R symbol = kotlin/Function1.invoke(<extension receiver>: P1<dispatch receiver>: kotlin.Function1<P1, R>): R
valueParameters = [] valueParameters = []
callableIdIfNonLocal = kotlin/Function1.invoke
argumentMapping = {} argumentMapping = {}
@@ -18,5 +18,7 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = p1: P1 symbol = p1: P1
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/Function1.invoke
argumentMapping = {} argumentMapping = {}
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int symbol = a: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int) symbol = a: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int symbol = a: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /function
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int) symbol = a: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -10,6 +10,7 @@ KtErrorCallInfo:
returnType = Obj returnType = Obj
symbol = <constructor>(): Obj symbol = <constructor>(): Obj
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
] ]
diagnostic = ERROR<INVISIBLE_REFERENCE: Symbol private constructor(): R|Obj| is invisible> diagnostic = ERROR<INVISIBLE_REFERENCE: Symbol private constructor(): R|Obj| is invisible>
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int symbol = i: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = null
argumentMapping = { argumentMapping = {
42 -> (KtVariableLikeSignature: 42 -> (KtVariableLikeSignature:
name = i name = i
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = i: kotlin.Int) symbol = i: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
returnType = A returnType = A
symbol = <constructor>(): A symbol = <constructor>(): A
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -9,4 +9,5 @@ KtSuccessCallInfo:
returnType = A returnType = A
symbol = <constructor>(): A symbol = <constructor>(): A
valueParameters = [] valueParameters = []
callableIdIfNonLocal = null
argumentMapping = {} argumentMapping = {}
@@ -15,22 +15,27 @@ KtSuccessCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String symbol = b: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.get
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String) symbol = b: kotlin.String
callableIdIfNonLocal = null)
} }
@@ -16,19 +16,23 @@ KtErrorCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String symbol = b: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.get
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int) symbol = a: kotlin.Int
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'b'> diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'b'>
@@ -16,24 +16,29 @@ KtErrorCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String symbol = b: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.get
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String) symbol = b: kotlin.String
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for public final operator fun get(a: Int, b: String): Boolean defined in C> diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for public final operator fun get(a: Int, b: String): Boolean defined in C>
@@ -16,24 +16,29 @@ KtErrorCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String symbol = b: kotlin.String
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.get
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String) symbol = b: kotlin.String
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for public final operator fun /C.get(a: R|kotlin/Int|, b: R|kotlin/String|): R|kotlin/Boolean|> diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for public final operator fun /C.get(a: R|kotlin/Int|, b: R|kotlin/String|): R|kotlin/Boolean|>
@@ -15,32 +15,39 @@ KtSuccessCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String, symbol = b: kotlin.String
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean symbol = value: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.set
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String), symbol = b: kotlin.String
callableIdIfNonLocal = null),
false -> (KtVariableLikeSignature: false -> (KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean) symbol = value: kotlin.Boolean
callableIdIfNonLocal = null)
} }
@@ -16,29 +16,35 @@ KtErrorCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String, symbol = b: kotlin.String
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean symbol = value: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.set
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
false -> (KtVariableLikeSignature: false -> (KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean) symbol = value: kotlin.Boolean
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'b'> diagnostic = ERROR<NO_VALUE_FOR_PARAMETER: No value passed for parameter 'b'>
@@ -16,34 +16,41 @@ KtErrorCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String, symbol = b: kotlin.String
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean symbol = value: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.set
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String), symbol = b: kotlin.String
callableIdIfNonLocal = null),
3.14 -> (KtVariableLikeSignature: 3.14 -> (KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean) symbol = value: kotlin.Boolean
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<CONSTANT_EXPECTED_TYPE_MISMATCH: The floating-point literal does not conform to the expected type Boolean> diagnostic = ERROR<CONSTANT_EXPECTED_TYPE_MISMATCH: The floating-point literal does not conform to the expected type Boolean>
@@ -16,34 +16,41 @@ KtErrorCallInfo:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int, symbol = a: kotlin.Int
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String, symbol = b: kotlin.String
callableIdIfNonLocal = null,
KtVariableLikeSignature: KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean symbol = value: kotlin.Boolean
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /C.set
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = a name = a
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = a: kotlin.Int), symbol = a: kotlin.Int
callableIdIfNonLocal = null),
"foo" -> (KtVariableLikeSignature: "foo" -> (KtVariableLikeSignature:
name = b name = b
receiverType = null receiverType = null
returnType = kotlin.String returnType = kotlin.String
symbol = b: kotlin.String), symbol = b: kotlin.String
callableIdIfNonLocal = null),
false -> (KtVariableLikeSignature: false -> (KtVariableLikeSignature:
name = value name = value
receiverType = null receiverType = null
returnType = kotlin.Boolean returnType = kotlin.Boolean
symbol = value: kotlin.Boolean) symbol = value: kotlin.Boolean
callableIdIfNonLocal = null)
} }
] ]
diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for public final operator fun /C.set(a: R|kotlin/Int|, b: R|kotlin/String|, value: R|kotlin/Boolean|): R|kotlin/Unit|> diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for public final operator fun /C.set(a: R|kotlin/Int|, b: R|kotlin/String|, value: R|kotlin/Boolean|): R|kotlin/Unit|>
@@ -14,21 +14,26 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: kotlin.Int symbol = vararg elements: kotlin.Int
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = kotlin/intArrayOf
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: kotlin.Int), symbol = vararg elements: kotlin.Int
callableIdIfNonLocal = null),
2 -> (KtVariableLikeSignature: 2 -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: kotlin.Int), symbol = vararg elements: kotlin.Int
callableIdIfNonLocal = null),
3 -> (KtVariableLikeSignature: 3 -> (KtVariableLikeSignature:
name = elements name = elements
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = vararg elements: kotlin.Int) symbol = vararg elements: kotlin.Int
callableIdIfNonLocal = null)
} }
@@ -11,4 +11,5 @@ KtSuccessCallInfo:
returnType = kotlin.Unit returnType = kotlin.Unit
symbol = /JavaClass.javaMethod(<dispatch receiver>: JavaClass): kotlin.Unit symbol = /JavaClass.javaMethod(<dispatch receiver>: JavaClass): kotlin.Unit
valueParameters = [] valueParameters = []
callableIdIfNonLocal = /JavaClass.javaMethod
argumentMapping = {} argumentMapping = {}
@@ -10,4 +10,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = val foo: kotlin.Int symbol = val foo: kotlin.Int
callableIdIfNonLocal = /JavaClass.foo
simpleAccess = Read: simpleAccess = Read:
@@ -11,4 +11,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = val foo: kotlin.Int symbol = val foo: kotlin.Int
callableIdIfNonLocal = /JavaClass.foo
simpleAccess = Read: simpleAccess = Read:
@@ -10,4 +10,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = ft<JavaSubClass, JavaSubClass?> returnType = ft<JavaSubClass, JavaSubClass?>
symbol = val sub: ft<JavaSubClass, JavaSubClass?> symbol = val sub: ft<JavaSubClass, JavaSubClass?>
callableIdIfNonLocal = /JavaClass.sub
simpleAccess = Read: simpleAccess = Read:
@@ -10,5 +10,6 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var foo: kotlin.Int symbol = var foo: kotlin.Int
callableIdIfNonLocal = /JavaClass.foo
simpleAccess = Write: simpleAccess = Write:
value = 42 value = 42
@@ -10,5 +10,6 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var foo: kotlin.Int symbol = var foo: kotlin.Int
callableIdIfNonLocal = /JavaClass.foo
simpleAccess = Write: simpleAccess = Write:
value = null value = null
@@ -11,5 +11,6 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var foo: kotlin.Int symbol = var foo: kotlin.Int
callableIdIfNonLocal = /JavaClass.foo
simpleAccess = Write: simpleAccess = Write:
value = 42 value = 42
@@ -10,4 +10,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = val foo: kotlin.Int symbol = val foo: kotlin.Int
callableIdIfNonLocal = /KtClass.foo
simpleAccess = Read: simpleAccess = Read:
@@ -11,4 +11,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = val i: kotlin.Int symbol = val i: kotlin.Int
callableIdIfNonLocal = /A.i
simpleAccess = Read: simpleAccess = Read:
@@ -10,4 +10,5 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = KtSubClass returnType = KtSubClass
symbol = val instance: KtSubClass symbol = val instance: KtSubClass
callableIdIfNonLocal = /KtClass.instance
simpleAccess = Read: simpleAccess = Read:
@@ -10,5 +10,6 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var foo: kotlin.Int symbol = var foo: kotlin.Int
callableIdIfNonLocal = /KtClass.foo
simpleAccess = Write: simpleAccess = Write:
value = 42 value = 42
@@ -11,5 +11,6 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = var i: kotlin.Int symbol = var i: kotlin.Int
callableIdIfNonLocal = /A.i
simpleAccess = Write: simpleAccess = Write:
value = 1 value = 1
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = r: R symbol = r: R
callableIdIfNonLocal = null
] ]
callableIdIfNonLocal = /A.foo
argumentMapping = { argumentMapping = {
1 -> (KtVariableLikeSignature: 1 -> (KtVariableLikeSignature:
name = r name = r
receiverType = null receiverType = null
returnType = kotlin.Int returnType = kotlin.Int
symbol = r: R) symbol = r: R
callableIdIfNonLocal = null)
} }

Some files were not shown because too many files have changed in this diff Show More