7 lines
77 B
Kotlin
7 lines
77 B
Kotlin
fun foo(a: Int, b: Int = 0, <caret>c: Int = 0) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo(1)
|
|
} |