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

22 lines
654 B
Plaintext
Vendored

public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): T
}
public class B {
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
public final class InPropertyFromSuperClassKt {
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
}