-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mikhael Bogdanov
committed
Feb 2, 2017
1 parent
f49ef8e
commit 7ab3afd
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
compiler/testData/codegen/light-analysis/ieee754/nullableDoubleEquals.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
@kotlin.Metadata | ||
public final class NullableDoubleEqualsKt { | ||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String | ||
public final static method myNotEquals(@org.jetbrains.annotations.Nullable p0: java.lang.Double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
public final static method myNotEquals0(p0: double, p1: double): boolean | ||
public final static method myNotEquals1(@org.jetbrains.annotations.Nullable p0: java.lang.Double, p1: double): boolean | ||
public final static method myNotEquals2(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
public final static method myEquals(@org.jetbrains.annotations.Nullable p0: java.lang.Double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
public final static method myEquals0(p0: double, p1: double): boolean | ||
public final static method myEquals1(@org.jetbrains.annotations.Nullable p0: java.lang.Double, p1: double): boolean | ||
public final static method myEquals2(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
} |
8 changes: 4 additions & 4 deletions
8
compiler/testData/codegen/light-analysis/ieee754/nullableDoubleNotEquals.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
@kotlin.Metadata | ||
public final class NullableDoubleNotEqualsKt { | ||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String | ||
public final static method myEquals(@org.jetbrains.annotations.Nullable p0: java.lang.Double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
public final static method myEquals0(p0: double, p1: double): boolean | ||
public final static method myEquals1(@org.jetbrains.annotations.Nullable p0: java.lang.Double, p1: double): boolean | ||
public final static method myEquals2(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
public final static method myNotEquals(@org.jetbrains.annotations.Nullable p0: java.lang.Double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
public final static method myNotEquals0(p0: double, p1: double): boolean | ||
public final static method myNotEquals1(@org.jetbrains.annotations.Nullable p0: java.lang.Double, p1: double): boolean | ||
public final static method myNotEquals2(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean | ||
} |