Analysis API: Add tests for KT-54648
This commit is contained in:
committed by
Space Team
parent
63a908cff8
commit
5e56845ce0
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
KtSuccessCallInfo:
|
||||
call = KtSimpleVariableAccessCall:
|
||||
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
||||
dispatchReceiver = null
|
||||
extensionReceiver = KtExplicitReceiverValue:
|
||||
expression = foo
|
||||
isSafeNavigation = false
|
||||
type = CInt32VarX<kotlin.Int>
|
||||
signature = KtVariableLikeSignature:
|
||||
name = value
|
||||
receiverType = CInt32VarX<kotlin.Int>
|
||||
returnType = kotlin.Int
|
||||
symbol = var value: T
|
||||
callableIdIfNonLocal = /value
|
||||
simpleAccess = Read:
|
||||
|
||||
typeArgumentsMapping = {
|
||||
T -> (kotlin.Int)
|
||||
}
|
||||
Reference in New Issue
Block a user