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