New ieee754 arithmetic, Fix for KT-14651: Floating point comparisons shall operate according to IEEE754

This commit is contained in:
Mikhael Bogdanov
2016-11-22 16:27:35 +01:00
parent f9b40585cd
commit 627dd66ed5
62 changed files with 1632 additions and 22 deletions
@@ -0,0 +1,19 @@
public final class DataClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
private final field z1: double
private final @org.jetbrains.annotations.Nullable field z2: java.lang.Double
public method <init>(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): void
public final method component1(): double
public final @org.jetbrains.annotations.Nullable method component2(): java.lang.Double
public synthetic static method copy$default(p0: Test, p1: double, p2: java.lang.Double, p3: int, p4: java.lang.Object): Test
public final @org.jetbrains.annotations.NotNull method copy(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): Test
public method equals(p0: java.lang.Object): boolean
public final method getZ1(): double
public final @org.jetbrains.annotations.Nullable method getZ2(): java.lang.Double
public method hashCode(): int
public method toString(): java.lang.String
}