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

7 lines
55 B
Kotlin
Vendored

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