Files
kotlin-fork/compiler/testData/codegen/light-analysis/collections/charSequence.txt
T

15 lines
473 B
Plaintext
Vendored

public class A {
private final field length: int
public method <init>(): 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
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}