a61b3ec461
There'll be an auto-generated test over this directory
7 lines
99 B
Kotlin
7 lines
99 B
Kotlin
public var v1: String = "V1"
|
|
|
|
fun box(): String {
|
|
val s = "v1: $v1, v2: $v2"
|
|
return "OK"
|
|
}
|