Files
kotlin-fork/compiler/testData/codegen/light-analysis/ieee754/nullableIntEquals.txt
T
2017-02-01 17:43:56 +01:00

9 lines
621 B
Plaintext
Vendored

@kotlin.Metadata
public final class NullableIntEqualsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method myEquals(@org.jetbrains.annotations.Nullable p0: java.lang.Integer, @org.jetbrains.annotations.Nullable p1: java.lang.Integer): boolean
public final static method myEquals0(p0: int, p1: int): boolean
public final static method myEquals1(@org.jetbrains.annotations.Nullable p0: java.lang.Integer, p1: int): boolean
public final static method myEquals2(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Integer): boolean
}