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:
Svyatoslav Scherbina
2018-08-30 17:40:35 +03:00
committed by SvyatoslavScherbina
parent c49a07f5ab
commit 5165617f1c
8 changed files with 221 additions and 9 deletions
@@ -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