JS: translate call arguments in the order the occur in source code, not in order of parameters in descriptor. See KT-15506

This commit is contained in:
Alexey Andreev
2016-12-30 14:57:59 +03:00
parent e6b78f68cd
commit 70176dfacc
10 changed files with 161 additions and 162 deletions
@@ -1,6 +1,3 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
fun box(): String {
var invokeOrder = "";
val expectedResult = "0_1_9"