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

23 lines
819 B
Plaintext
Vendored

public class A {
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
}
public interface B {
public abstract @org.jetbrains.annotations.NotNull method component1(): java.lang.Object
}
public final class C {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public synthetic method component1(): java.lang.Object
}
public final class FakeOverrideWithSynthesizedImplementationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}