JS: Make Date.getTime return Double instead of Int.
#KT-4141 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
package kotlin.js
|
package kotlin.js
|
||||||
|
|
||||||
public external class Date() {
|
public external class Date() {
|
||||||
public fun getTime(): Int
|
public fun getTime(): Double
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user