[Analysis API] Add KtCallableMemberCall#typeArgumentsMapping
This commit is contained in:
committed by
teamcity
parent
8d8fc6e291
commit
2234813363
+1
@@ -20,6 +20,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = test/Serializer.serializeFirstTarget
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
target -> (KtVariableLikeSignature:
|
||||
name = x
|
||||
|
||||
+1
@@ -17,6 +17,7 @@ KtSuccessCallInfo:
|
||||
callableIdIfNonLocal = null
|
||||
]
|
||||
callableIdIfNonLocal = test/dummyTest
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {
|
||||
Test() -> (KtVariableLikeSignature:
|
||||
name = value
|
||||
|
||||
Reference in New Issue
Block a user