stdlib tests: provide expect/actual helper functions

This commit is contained in:
Ilya Gorbunov
2018-01-25 17:39:37 +03:00
parent ee9608f8db
commit ba873e2b46
5 changed files with 24 additions and 16 deletions
@@ -22,6 +22,3 @@ public expect fun randomInt(limit: Int): Int
internal expect fun String.removeLeadingPlusOnJava6(): String
internal expect fun doubleTotalOrderEquals(a: Double?, b: Double?): Boolean
// TODO
internal expect class NumberFormatException : Throwable