Test new Double/Float constants

Split test expectations based on actual support of enforced Float range

KT-29182, KT-13887
This commit is contained in:
Ilya Gorbunov
2020-02-25 21:29:56 +03:00
parent 3e6ab65ccc
commit d88d2cb058
5 changed files with 55 additions and 10 deletions
+3 -1
View File
@@ -12,4 +12,6 @@ internal expect fun String.removeLeadingPlusOnJava6(): String
internal expect inline fun testOnNonJvm6And7(f: () -> Unit)
public expect fun testOnJvm(action: () -> Unit)
public expect fun testOnJs(action: () -> Unit)
public expect fun testOnJs(action: () -> Unit)
public expect val isFloat32RangeEnforced: Boolean