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:
@@ -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
|
||||
Reference in New Issue
Block a user