Implement inlining of default parameters in JS BE

Fix KT-17910
This commit is contained in:
Alexey Andreev
2017-05-24 19:57:01 +03:00
parent 40bbf82a41
commit 0e31c14a86
24 changed files with 421 additions and 8 deletions
@@ -1,3 +1,6 @@
// There's no String?.plus implementation in JS stdlib
// IGNORE_BACKEND: JS
// FILE: 1.kt
package test