Add some new tests on functions and extension functions
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
fun box(): String =
|
||||
if (listOf("abc", "de", "f").map(String::length) == listOf(3, 2, 1)) "OK" else "Fail"
|
||||
Reference in New Issue
Block a user