Files
kotlin-fork/compiler/testData/codegen/light-analysis/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.txt
T

14 lines
791 B
Plaintext
Vendored

public final class test/TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
}
synthetic final class test/TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt {
private static @org.jetbrains.annotations.NotNull field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
private final static method setProp$TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt(p0: java.lang.String): void
private final static method test$TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt(): java.lang.String
}