JS: fixed Double.NaN behaviour (KT-13610).

This commit is contained in:
Anton Bannykh
2017-02-27 18:44:50 +03:00
parent f636ab21f8
commit 9e5ecc11b7
12 changed files with 357 additions and 63 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS
data class Test(val z1: Double, val z2: Double?)
fun box(): String {