Migrate testdata to new lambda syntax

This commit is contained in:
Stanislav Erokhin
2015-04-03 13:40:07 +03:00
parent b703f59e04
commit 3de0dff575
134 changed files with 263 additions and 277 deletions
@@ -32,7 +32,7 @@ fun assertAllEqual<T>(c: Iterable<out T>) {
val hashCoder: (o: Any) -> Int = { o -> o.hashCode() }
val <T> wrapInH = { (t: T) -> Holder(t) }
val <T> wrapInH = { t: T -> Holder(t) }
fun box(): String {