Files
kotlin-fork/compiler/testData/codegen/light-analysis/multifileClasses/multifileClassWithPrivate.txt
T

22 lines
728 B
Plaintext
Vendored

public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Util {
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
synthetic final class Util__BarKt {
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
private final static method barx$Util__BarKt(): java.lang.String
}
synthetic final class Util__FooKt {
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
private final static method foox$Util__FooKt(): java.lang.String
}