Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/defaultValueRemoved1/fun.kt
T
2016-03-10 23:36:40 +03:00

5 lines
50 B
Kotlin
Vendored

package test
fun f(x: Int = 1) {
println(x)
}