3 lines
71 B
Kotlin
Vendored
3 lines
71 B
Kotlin
Vendored
fun foo(<caret>x1: Int = 1, vararg x2: Float, x3: ((Int) -> Int)?) {
|
|
}
|