Files
kotlin-fork/idea/testData/decompiler/decompiledText/TestPackage/TestPackage.kt
T
Pavel V. Talanov 72aba2b758 Change default parameter rendering in decompiled text
So the code does not contain syntax errors
2014-12-21 14:23:23 +03:00

11 lines
143 B
Kotlin

package test
fun f() {}
val p = 3
private var i = 2
fun Int.plus(i: Int = 1) = this + i
class ShouldNotBeVisible1
trait ShouldNotBeVisible2