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

22 lines
789 B
Plaintext
Vendored

@kotlin.Metadata
public abstract class ClassValAbstract {
public final static field Companion: ClassValAbstract.Companion
private final static @org.jetbrains.annotations.NotNull field methods: java.lang.reflect.Method[]
inner class ClassValAbstract/Companion
public method <init>(): void
public abstract method getA(): int
public abstract method setA(p0: int): void
}
@kotlin.Metadata
public final static class ClassValAbstract/Companion {
inner class ClassValAbstract/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMethods(): java.lang.reflect.Method[]
}
@kotlin.Metadata
public final class Kt1482_2279Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}