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

21 lines
641 B
Plaintext
Vendored

public final class Foo {
private final @org.jetbrains.annotations.NotNull field f: Foo.Inner
private final field s: java.lang.String
inner class Foo/Inner
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getF(): Foo.Inner
}
public final class Foo/Inner {
synthetic final field this$0: Foo
private final field x: java.lang.String
inner class Foo/Inner
public method <init>(p0: Foo): void
}
public final class Kt4106Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}