Just refactor tests that require further investigation
This commit is contained in:
+1
-3
@@ -1,9 +1,7 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
import java.util.HashSet
|
||||
|
||||
val NAN = java.lang.Float.NaN
|
||||
val NAN = Float.NaN
|
||||
|
||||
data class A(val x: Float)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user