Files
kotlin/compiler/testData/codegen/light-analysis/reflection/mapping/topLevelFunctionOtherFile.txt

10 lines
242 B
Plaintext
Vendored

public final class MainKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test1(): void
}
public final class TestKt {
public final static method test2(): void
}