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

18 lines
650 B
Plaintext
Vendored

@kotlin.Metadata
public final class A {
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 foo(): T
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
@kotlin.Metadata
public final class InPropertyDeepObjectChainKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}