Files
kotlin/plugins/uast-kotlin/testData/DefaultParameterValues.kt
2017-10-06 20:51:00 +02:00

2 lines
44 B
Kotlin
Vendored

fun foo(a: Int = 1, foo: String? = null) {
}