6 lines
65 B
Kotlin
6 lines
65 B
Kotlin
fun x(<caret>a: Int) {
|
|
x(1);
|
|
}
|
|
|
|
fun after(a: Int, b: Int) {
|
|
} |