added test case for KT-1773 -(commented out :)
This commit is contained in:
@@ -116,7 +116,6 @@ class MapTest {
|
|||||||
/**
|
/**
|
||||||
TODO
|
TODO
|
||||||
test case for http://youtrack.jetbrains.com/issue/KT-1773
|
test case for http://youtrack.jetbrains.com/issue/KT-1773
|
||||||
*/
|
|
||||||
|
|
||||||
test fun compilerBug() {
|
test fun compilerBug() {
|
||||||
val map = TreeMap<String, String>()
|
val map = TreeMap<String, String>()
|
||||||
@@ -135,5 +134,6 @@ class MapTest {
|
|||||||
assertEquals("beverage,beer,location,Mells,name,James", list.makeString(","))
|
assertEquals("beverage,beer,location,Mells,name,James", list.makeString(","))
|
||||||
println("==== worked! $list")
|
println("==== worked! $list")
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user