Do not reference java.util in tests that run on JS backend.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import java.util.*
|
||||
|
||||
public inline fun Int.times(body : () -> Unit) {
|
||||
var count = this;
|
||||
while (count > 0) {
|
||||
|
||||
Reference in New Issue
Block a user