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

24 lines
642 B
Plaintext
Vendored

public final class test/Bar {
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
}
synthetic final class test/Bar__PartKt {
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
}
public final class test/BoxKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class test/Foo {
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
synthetic final class test/Foo__PartKt {
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}