[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
@@ -15,13 +15,16 @@ KtErrorCallInfo:
receiverType = null
returnType = kotlin.Char
symbol = a: kotlin.Char
callableIdIfNonLocal = null
]
callableIdIfNonLocal = /function
argumentMapping = {
1 -> (KtVariableLikeSignature:
name = a
receiverType = null
returnType = kotlin.Char
symbol = a: kotlin.Char)
symbol = a: kotlin.Char
callableIdIfNonLocal = null)
},
KtSimpleFunctionCall:
isImplicitInvoke = false
@@ -38,13 +41,16 @@ KtErrorCallInfo:
receiverType = null
returnType = kotlin.Boolean
symbol = b: kotlin.Boolean
callableIdIfNonLocal = null
]
callableIdIfNonLocal = /function
argumentMapping = {
1 -> (KtVariableLikeSignature:
name = b
receiverType = null
returnType = kotlin.Boolean
symbol = b: kotlin.Boolean)
symbol = b: kotlin.Boolean
callableIdIfNonLocal = null)
},
KtSimpleFunctionCall:
isImplicitInvoke = false
@@ -61,13 +67,16 @@ KtErrorCallInfo:
receiverType = null
returnType = kotlin.String
symbol = c: kotlin.String
callableIdIfNonLocal = null
]
callableIdIfNonLocal = /function
argumentMapping = {
1 -> (KtVariableLikeSignature:
name = c
receiverType = null
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|]>