[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
|
||||
|
||||
Reference in New Issue
Block a user