Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/properties/allVsDeclared.txt
T

21 lines
622 B
Plaintext
Vendored

@kotlin.Metadata
public final class AllVsDeclaredKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class Sub {
private final field c: double
public method <init>(): void
public final method getC(): double
public final method getD(p0: char): char
}
@kotlin.Metadata
public class Super {
private final field a: int
public method <init>(): void
public final method getA(): int
public final @org.jetbrains.annotations.NotNull method getB(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}