Update Kotlin to 1.3-M2-release-211
Built from rrr/1.3-M2/kotlin-native-upstream (921831e7) based on 1.3-M2 release. Fix #1968
This commit is contained in:
committed by
SvyatoslavScherbina
parent
c49a07f5ab
commit
5165617f1c
@@ -15,6 +15,4 @@ public actual fun assertTypeEquals(expected: Any?, actual: Any?) {
|
||||
}
|
||||
}
|
||||
|
||||
public actual fun randomInt(limit: Int): Int = kotlin.random.Random.nextInt(limit)
|
||||
|
||||
internal actual fun String.removeLeadingPlusOnJava6(): String = this
|
||||
|
||||
Reference in New Issue
Block a user