added test case for KT-1773 -(commented out :)

This commit is contained in:
James Strachan
2012-04-13 09:34:06 +01:00
parent 4c09af0a77
commit 8ffca6e52f
+1 -1
View File
@@ -116,7 +116,6 @@ class MapTest {
/**
TODO
test case for http://youtrack.jetbrains.com/issue/KT-1773
*/
test fun compilerBug() {
val map = TreeMap<String, String>()
@@ -135,5 +134,6 @@ class MapTest {
assertEquals("beverage,beer,location,Mells,name,James", list.makeString(","))
println("==== worked! $list")
}
*/
}