From 40775133fa3a4f3e0196eb94ee352fb24be016cd Mon Sep 17 00:00:00 2001 From: James Strachan Date: Wed, 25 Jan 2012 11:56:15 +0000 Subject: [PATCH] updated link to more accurate bug report --- testlib/test/CollectionTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testlib/test/CollectionTest.kt b/testlib/test/CollectionTest.kt index 5d2260fbc4d..0d8749f662b 100644 --- a/testlib/test/CollectionTest.kt +++ b/testlib/test/CollectionTest.kt @@ -188,7 +188,7 @@ class CollectionTest() : TestSupport() { /** TODO compiler bug we should be able to remove the explicit type on the function - http://youtrack.jetbrains.net/issue/KT-849 + http://youtrack.jetbrains.net/issue/KT-1145 */ val lengths = data.map{s -> s.length} assert {