From 6b23bd1ac89fa06894dec87968b0ae67e7ed9fc6 Mon Sep 17 00:00:00 2001 From: Pavel Talanov Date: Sun, 5 Feb 2012 15:36:49 +0400 Subject: [PATCH] implemented one billion hacks to make life example work --- translator/testFiles/kotlin_lib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/translator/testFiles/kotlin_lib.js b/translator/testFiles/kotlin_lib.js index 0269082d5ac..bea3f50db96 100644 --- a/translator/testFiles/kotlin_lib.js +++ b/translator/testFiles/kotlin_lib.js @@ -475,6 +475,7 @@ result.compare = function(el1, el2) { return f(el1, el2); }; + return result; }; Kotlin.collectionsMax = function (col, comp) {