J2K ValueParameterDescriptor inteface in one go

This commit is contained in:
Pavel V. Talanov
2015-10-28 15:32:51 +03:00
parent 4a3632f70e
commit dc1fbe89ec
26 changed files with 56 additions and 68 deletions
@@ -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()