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

3 lines
34 B
Kotlin
Vendored

package a
fun foo(x: Int = 10) {}