3 lines
44 B
Kotlin
3 lines
44 B
Kotlin
fun test(some: Int = 12) {
|
|
println(some)
|
|
} |
fun test(some: Int = 12) {
|
|
println(some)
|
|
} |