updated link to more accurate bug report

This commit is contained in:
James Strachan
2012-01-25 11:56:15 +00:00
parent 49b8c50888
commit 40775133fa
+1 -1
View File
@@ -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<String,Int>{s -> s.length}
assert {