Move native RegExp to kotlin.text.js package

This commit is contained in:
Ilya Gorbunov
2015-04-14 21:23:00 +03:00
parent a5177b785d
commit 908864b0c0
5 changed files with 8 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@
package test.js
import kotlin.text.js.*
import kotlin.test.*
import org.junit.Test as test