Fix testData/js: replace deprecated usages: times, sortBy, reverse, splitBy.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ package foo
|
||||
internal var counter = 0
|
||||
|
||||
internal fun test(a: Int) {
|
||||
a.times {
|
||||
repeat(a) {
|
||||
counter += 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user