Files
kotlin-fork/compiler/testData/codegen/light-analysis/regressions/kt2060.txt
T

24 lines
694 B
Plaintext
Vendored

@kotlin.Metadata
public final class HelloServer {
public method <init>(): void
public method start(): void
}
@kotlin.Metadata
public final class _1Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public abstract class testing/ClassWithInternals {
private field some: int
private field someGetter: int
public method <init>(): void
protected final method foo(): int
protected final method getSome(): int
protected final method getSomeGetter(): int
protected final method setSome(p0: int): void
protected final method setSomeGetter(p0: int): void
public abstract method start(): void
}