tests: Update box tests (1050294:id)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
data class A(val o: String, val k: String) {
|
||||
constructor() : this("O", "k")
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
val a = A().copy(k = "K")
|
||||
return a.o + a.k
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user