7 lines
52 B
Kotlin
Vendored
7 lines
52 B
Kotlin
Vendored
fun foo(
|
|
a: Any,
|
|
b: Int
|
|
c: String
|
|
) {
|
|
|
|
} |