mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
39 lines
1.7 KiB
Plaintext
Vendored
39 lines
1.7 KiB
Plaintext
Vendored
public final class C {
|
|
private final field i: int
|
|
public method <init>(p0: int): void
|
|
public final method component1(): int
|
|
public final method component2(): int
|
|
public final method getI(): int
|
|
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
|
}
|
|
|
|
|
|
public final class It {
|
|
private field c: int
|
|
private final @org.jetbrains.annotations.NotNull field from: C
|
|
private final @org.jetbrains.annotations.NotNull field to: C
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
|
public final method getC(): int
|
|
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
|
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
|
public final method hasNext(): boolean
|
|
public final @org.jetbrains.annotations.NotNull method next(): C
|
|
public final method setC(p0: int): void
|
|
}
|
|
|
|
|
|
public final class MultiDeclForValCapturedKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Range {
|
|
private final @org.jetbrains.annotations.NotNull field from: C
|
|
private final @org.jetbrains.annotations.NotNull field to: C
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
|
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
|
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
|
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
|
}
|