Flatten HashMap hierarhy, provide string-keyed map and set specializations.

This commit is contained in:
Ilya Gorbunov
2016-08-26 21:51:37 +03:00
parent 5833d32f25
commit e342593d2e
11 changed files with 426 additions and 352 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class ComplexSetJsTest : SetJsTest() {
}
class PrimitiveSetJsTest : SetJsTest() {
override fun createEmptyMutableSet(): MutableSet<String> = HashSet()
override fun createEmptyMutableSet(): MutableSet<String> = stringSetOf()
override fun createEmptyMutableSetWithNullableValues(): MutableSet<String?> = HashSet()
@Test
override fun constructors() {