Change default parameter rendering in decompiled text
So the code does not contain syntax errors
This commit is contained in:
@@ -4,7 +4,7 @@ fun f() {}
|
||||
val p = 3
|
||||
private var i = 2
|
||||
|
||||
fun Int.plus(i: Int) = this + i
|
||||
fun Int.plus(i: Int = 1) = this + i
|
||||
|
||||
class ShouldNotBeVisible1
|
||||
trait ShouldNotBeVisible2
|
||||
|
||||
Reference in New Issue
Block a user