JS backend: fix KT-4297 PrimitiveHashMap returns wrong keys (string instead of original type)

This commit is contained in:
Michael Nedzelsky
2014-09-22 19:14:12 +04:00
parent f1d9d11590
commit 098b4c170f
5 changed files with 259 additions and 11 deletions
@@ -66,4 +66,12 @@ public final class StandardClassesTest extends SingleFileTranslationTest {
public void testStringBuilder() throws Exception {
checkFooBoxIsOk();
}
public void testHashSetTypeOfElement() throws Exception {
checkFooBoxIsOk();
}
public void testHashMapTypeOfElement() throws Exception {
checkFooBoxIsOk();
}
}