Files
kotlin-fork/compiler/testData/codegen/light-analysis/extensionProperties/kt9897_topLevel.txt
T

17 lines
1.0 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class Kt9897_topLevelKt {
private static field l: long
private static @org.jetbrains.annotations.NotNull field z: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method changeLong(): long
public final static @org.jetbrains.annotations.NotNull method changeObject(): java.lang.String
public final static method getL(): long
public final static method getSomeProperty(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
public final static method getSomeProperty(p0: long): long
public final static @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
public final static method setL(p0: long): void
public final static method setSomeProperty(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
public final static method setSomeProperty(p0: long, p1: long): void
public final static method setZ(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}