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
@@ -0,0 +1,24 @@
@kotlin.Metadata
public final class EqualsNaNKt {
private final static @org.jetbrains.annotations.NotNull field A: java.lang.Object
private static @org.jetbrains.annotations.NotNull field gdn: java.lang.Object
private static @org.jetbrains.annotations.NotNull field gfn: java.lang.Object
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method getGdn(): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method getGfn(): java.lang.Object
public final static method setGdn(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
public final static method setGfn(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
public final static method testDouble(p0: double, p1: double, @org.jetbrains.annotations.NotNull p2: java.lang.Double[]): void
public final static method testFloat(p0: float, p1: float, @org.jetbrains.annotations.NotNull p2: java.lang.Float[]): void
}
@kotlin.Metadata
public final class O {
public final static field INSTANCE: O
private static field equalsCalled: boolean
private method <init>(): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public final method getEqualsCalled(): boolean
public final method setEqualsCalled(p0: boolean): void
}