Files
kotlin-fork/compiler/testData/codegen/light-analysis/jvmStatic/funAccess.txt
T

15 lines
699 B
Plaintext
Vendored

public final class A {
public final static field INSTANCE: A
private method <init>(): void
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method a(): java.lang.String
}
public final class FunAccessKt {
private static @org.jetbrains.annotations.NotNull field holder: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getA(): A
public final static @org.jetbrains.annotations.NotNull method getHolder(): java.lang.String
public final static method setHolder(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}