Fix deprecations in testData: BlackBoxWithStdLibCodegenTest
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ fun foo(x: Int): Int {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
var result = (0..3).map(::foo).makeString()
|
||||
var result = (0..3).map(::foo).joinToString()
|
||||
|
||||
if (result != "8, 5, 6, 7") return "unordered:" + result
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user