got more map code compiling to JS and running as unit tests

This commit is contained in:
James Strachan
2012-07-03 07:43:15 +01:00
parent 8637373aa2
commit 541f3d4e78
12 changed files with 276 additions and 48 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package test.collections
import kotlin.test.*
import java.util.*
import org.junit.Test as test
import org.junit.Test as test
class MapTest {