[Analysis API] Add KtCallableMemberCall#typeArgumentsMapping
This commit is contained in:
committed by
teamcity
parent
8d8fc6e291
commit
2234813363
+3
@@ -10,4 +10,7 @@ KtSuccessCallInfo:
|
||||
symbol = kotlin/collections/mutableListOf(): kotlin.collections.MutableList<T>
|
||||
valueParameters = []
|
||||
callableIdIfNonLocal = kotlin/collections/mutableListOf
|
||||
typeArgumentsMapping = {
|
||||
T -> (kotlin.String)
|
||||
}
|
||||
argumentMapping = {}
|
||||
|
||||
Reference in New Issue
Block a user