Files
kotlin-fork/compiler/testData/codegen/light-analysis/jvmStatic/object.txt
T
Alexander Udalov 0db60bf6cb Do not always generate synthetic "$annotations" as private
Since annotations are a part of the declaration, they must have the same
visibility as the declaration in the bytecode. Otherwise obfuscators like
Proguard might strip the "$annotations" method and no annotations would be
found via Kotlin reflection

 #KT-15993 Fixed
2017-02-03 19:35:15 +03:00

19 lines
1.1 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class A {
public final static field INSTANCE: A
private final static @org.jetbrains.annotations.NotNull field b: java.lang.String
private final static @org.jetbrains.annotations.NotNull field c: java.lang.String
private method <init>(): void
public synthetic deprecated static @kotlin.jvm.JvmStatic method c$annotations(): void
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC(): java.lang.String
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test1(): java.lang.String
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test2(): java.lang.String
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test3(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
@kotlin.Metadata
public final class SimpleObjectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}