Add explicit imports of kotlin.js.* to stdlib where required.

This commit is contained in:
Ilya Gorbunov
2017-01-27 23:41:32 +03:00
parent 25c3064554
commit 66abea1f19
7 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
package test.js
import kotlin.text.js.*
import kotlin.js.*
import kotlin.test.*
import org.junit.Test as test