Files
kotlin/jps-plugin/testData/incremental/multiModule/common/defaultParameterAddedForTopLevelFun/module1_a.kt.new
2018-07-23 15:43:17 +03:00

4 lines
58 B
Plaintext
Vendored

package a
fun foo(s: String, x: Int = 10, y:Int = 20) {}