Deprecate js Math.random and provide replacement with Random.nextDouble
#KT-23564 Fixed
This commit is contained in:
@@ -7,6 +7,4 @@ package test
|
||||
|
||||
public expect fun assertTypeEquals(expected: Any?, actual: Any?)
|
||||
|
||||
public expect fun randomInt(limit: Int): Int
|
||||
|
||||
internal expect fun String.removeLeadingPlusOnJava6(): String
|
||||
|
||||
Reference in New Issue
Block a user