Files
kotlin-fork/compiler/testData/codegen/light-analysis/closures/captureOuterProperty/inPropertyFromSuperSuperClass.txt
T

23 lines
613 B
Plaintext
Vendored

public abstract class A {
private final field x: java.lang.Object
public method <init>(p0: java.lang.Object): void
public final method getX(): java.lang.Object
}
public class B {
public method <init>(): void
}
public final class C {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): T
}
public final class InPropertyFromSuperSuperClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}