6 lines
66 B
Kotlin
Vendored
6 lines
66 B
Kotlin
Vendored
fun after(a: Int) {
|
|
after(1);
|
|
}
|
|
|
|
fun after(a: Int, b: Int) {
|
|
} |