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

12 lines
280 B
Plaintext
Vendored

public interface A
public final class GenericOverriddenPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface H {
public abstract @org.jetbrains.annotations.Nullable method getParent(): java.lang.Object
}