Files
kotlin/plugins/scripting/scripting-compiler/testData/compiler/variance_parameters.kts
Ilya Chernikov d863dc04e6 Move compiler scripting tests to scripting plugin, remove unused funs
also remove some tests that are covered in the scripting-compiler
tests now.
Part of the cleanup to rewrite scripting to the new infrastructure.
2020-04-13 13:49:34 +02:00

5 lines
93 B
Kotlin
Vendored

val v1 = param1[0].toString()
val v2 = param2[0].toLong()
System.out.println("$v1 and $v2")