blob: 9c898d2bf802fad55e5ac6f784884d43cfe029aa [file]
public var v1: String = "V1"
fun box(): String {
val s = "v1: $v1, v2: $v2"
return "OK"
}