J2K ValueParameterDescriptor inteface in one go
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public class CallArgumentTranslator private constructor(
|
||||
var concatArguments: MutableList<JsExpression>? = null
|
||||
|
||||
for (parameterDescriptor in valueParameters) {
|
||||
val actualArgument = valueArgumentsByIndex.get(parameterDescriptor.getIndex())
|
||||
val actualArgument = valueArgumentsByIndex.get(parameterDescriptor.index)
|
||||
|
||||
val argContext = context().innerBlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user