JS backend: fix KT-4297 PrimitiveHashMap returns wrong keys (string instead of original type)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user