"js" -> "kotlin.js"

This commit is contained in:
Zalim Bashorov
2014-09-11 16:33:01 +04:00
parent b28b0046d1
commit 838c384672
50 changed files with 171 additions and 228 deletions
@@ -1,7 +1,6 @@
package kotlin.test
import kotlin.test.*
import js.*
public var asserter: Asserter = JsTestsAsserter()
@@ -24,4 +23,4 @@ public class JsTestsAsserter() : Asserter {
}
native("JsTests.assert")
public fun assert(value: Boolean, message: String): Unit = js.noImpl
public fun assert(value: Boolean, message: String): Unit = js.noImpl