Files
kotlin-fork/compiler/testData/codegen/light-analysis/jvmStatic/inlinePropertyAccessors.txt
T
2016-12-05 20:10:32 +03:00

16 lines
709 B
Plaintext
Vendored

public final class Foo {
public final static field INSTANCE: Foo
private final static field a: java.lang.String
private method <init>(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
public final method foo(): void
}
public final class InlinePropertyAccessorsKt {
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}