stdlib tests: provide expect/actual helper functions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user