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

17 lines
470 B
Plaintext
Vendored

public final class C {
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
public method <init>(): void
public synthetic method getV(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
}
public final class Kt2920Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface Tr {
public abstract method getV(): java.lang.Object
}