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

29 lines
1.4 KiB
Plaintext
Vendored

public final class Foo {
public final static field Companion: Foo.Companion
private final static field a: java.lang.String
private final @org.jetbrains.annotations.NotNull field b: kotlin.jvm.functions.Function0
private final @org.jetbrains.annotations.NotNull field c: java.lang.Runnable
inner class Foo/Companion
public method <init>(): void
private final static method getA(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getB(): kotlin.jvm.functions.Function0
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.Runnable
}
public final static class Foo/Companion {
inner class Foo/Companion
private method <init>(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method a$annotations(): void
public synthetic final static @org.jetbrains.annotations.NotNull method access$getA$p(p0: Foo.Companion): java.lang.String
private final method getA(): java.lang.String
}
public final class PropertyAccessorsCompanionKt {
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
}