Change default parameter rendering in decompiled text

So the code does not contain syntax errors
This commit is contained in:
Pavel V. Talanov
2014-12-02 14:38:59 +03:00
parent d0479aa61b
commit 72aba2b758
4 changed files with 8 additions and 7 deletions
@@ -23,7 +23,7 @@ package testData.libraries
[public fun func(a: kotlin.Int, b: kotlin.Int): kotlin.Unit { /* compiled code */ }]
[public fun func(a: kotlin.Int, b: kotlin.String = /* compiled code */): kotlin.Unit { /* compiled code */ }]
[public fun func(a: kotlin.Int, b: kotlin.String /* = compiled code */): kotlin.Unit { /* compiled code */ }]
[public fun func(str: kotlin.String): kotlin.Unit { /* compiled code */ }]