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

26 lines
712 B
Plaintext
Vendored

public class A {
private final field foo: java.lang.Object
private final field t: java.lang.Object
public method <init>(p0: java.lang.Object): void
public method getFoo(): java.lang.Object
public final method getT(): java.lang.Object
}
public class B {
public method <init>(): void
}
public final class PropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Z {
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
public method <init>(): void
public synthetic method getFoo(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
}