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

19 lines
592 B
Plaintext
Vendored

@kotlin.Metadata
public final class A {
private synthetic final field $$delegate_0: Tr
public method <init>(@org.jetbrains.annotations.NotNull p0: Tr): void
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.Integer
public synthetic method getProp(): java.lang.Object
}
@kotlin.Metadata
public final class Kt4373Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method eat(p0: int): void
}
@kotlin.Metadata
public interface Tr {
public abstract method getProp(): java.lang.Object
}