Files
kotlin-fork/compiler/testData/codegen/light-analysis/strings/kt5956.txt
T

17 lines
732 B
Plaintext
Vendored

@kotlin.Metadata
public final class Kt5956Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class Thing {
private final @org.jetbrains.annotations.NotNull field delegate: java.lang.CharSequence
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.CharSequence): void
public final method charAt(p0: int): char
public method get(p0: int): char
public final @org.jetbrains.annotations.NotNull method getDelegate(): java.lang.CharSequence
public method getLength(): int
public final method length(): int
public @org.jetbrains.annotations.NotNull method subSequence(p0: int, p1: int): java.lang.CharSequence
}