Files
kotlin-fork/compiler/testData/psi/recovery/MissingCommaInValueParameterList.kt

7 lines
52 B
Kotlin
Vendored

fun foo(
a: Any,
b: Int
c: String
) {
}