Files
kotlin/compiler/testData/codegen/light-analysis/multifileClasses/optimized/callableRefToInternalValInline.txt

17 lines
676 B
Plaintext
Vendored

public final class BoxKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class a/MultifileClass {
public final static @org.jetbrains.annotations.NotNull method getOk(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method okInline(): java.lang.String
}
synthetic final class a/MultifileClass__Part1Kt {
private final static @org.jetbrains.annotations.NotNull field ok: java.lang.String
public final static @org.jetbrains.annotations.NotNull method getOk(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method okInline(): java.lang.String
}