mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
val v1 = param1[0].toString()
|
|
val v2 = param2[0].toLong()
|
|
|
|
System.out.println("$v1 and $v2")
|