Replace native with @native in js testData
This commit is contained in:
@@ -1 +1 @@
|
||||
native public fun parseInt(s: String, radix: Int = 10): Int = noImpl
|
||||
@native public fun parseInt(s: String, radix: Int = 10): Int = noImpl
|
||||
@@ -23,7 +23,7 @@ inline fun <T, R> T.performWithFail2(job: (T)-> R, failJob: (e: RuntimeException
|
||||
}
|
||||
}
|
||||
|
||||
native object Number {
|
||||
@native object Number {
|
||||
fun parseInt(str: String): Int = noImpl
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user