Files
kotlin-fork/compiler/testData/codegen/light-analysis/controlStructures/kt299.txt
T

22 lines
762 B
Plaintext
Vendored

public final class Kt299Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyRange1 {
public method <init>(): void
public method contains(p0: int): boolean
public synthetic method contains(p0: java.lang.Comparable): boolean
public synthetic method getEndInclusive(): java.lang.Comparable
public @org.jetbrains.annotations.NotNull method getEndInclusive(): java.lang.Integer
public synthetic method getStart(): java.lang.Comparable
public @org.jetbrains.annotations.NotNull method getStart(): java.lang.Integer
public method isEmpty(): boolean
}
public final class MyRange2 {
public method <init>(): void
public final method contains(p0: int): boolean
}