mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
Get rid of possibility to configure script definition without template class, therefore all tests now are using default script argument
5 lines
117 B
Kotlin
Vendored
5 lines
117 B
Kotlin
Vendored
// expected: rv: 19
|
|
// param: 17 2
|
|
|
|
val rv = java.lang.Long.parseLong(args[0]) + java.lang.Integer.parseInt(args[1])
|