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

7 lines
423 B
Plaintext
Vendored

public final class TopLevelPropertyKt {
private static @org.jetbrains.annotations.NotNull field topLevel: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getTopLevel(): java.lang.String
public final static method setTopLevel(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}