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

25 lines
723 B
Plaintext
Vendored

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