Files
kotlin-fork/compiler/testData/codegen/light-analysis/sam/constructors/runnableAccessingClosure2.txt
T

12 lines
508 B
Plaintext
Vendored

public final class Box {
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method extract(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
}
public final class RunnableAccessingClosure2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}