Removing usages of tuples from test data
(KT-2358 Drop tuples) #KT-2358 In progress
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
fun box() : String {
|
||||
val a = #(1, "2")
|
||||
if (a._1 != 1) return "Fail 1: ${a._1}"
|
||||
if (a._2 != "2") return "Fail 1: ${a._2}"
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user