(Un)mute tests

This commit is contained in:
Steven Schäfer
2019-07-25 10:06:30 +02:00
committed by max-kammerer
parent 06274b1339
commit efb938a7c8
20 changed files with 4 additions and 19 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
public fun <T> Iterable<T>.myforEach(operation: (T) -> Unit) : Unit {
for (element in this) operation(element)
}