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

3 lines
34 B
Plaintext
Vendored

package foo
fun f(x: Int = 20) {}