Files
kotlin-fork/compiler/testData/codegen/light-analysis/bridges/propertyDiamond.txt
T

27 lines
782 B
Plaintext
Vendored

public interface A {
public abstract method getK(): java.lang.Object
public abstract method getO(): java.lang.Object
}
public interface B
public interface C
public final class D {
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
private final @org.jetbrains.annotations.NotNull field o: java.lang.String
public method <init>(): void
public synthetic method getK(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getK(): java.lang.String
public synthetic method getO(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getO(): java.lang.String
}
public final class PropertyDiamondKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}