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

15 lines
581 B
Plaintext
Vendored

public final class Kt3571Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Thing {
private synthetic final field $$delegate_0: 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 method getLength(): int
public final method length(): int
public @org.jetbrains.annotations.NotNull method subSequence(p0: int, p1: int): java.lang.CharSequence
}