Files
kotlin-fork/compiler/testData/codegen/light-analysis/jvmStatic/propertyAsDefault.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

16 lines
797 B
Plaintext
Vendored

@kotlin.Metadata
public final class PropertyAsDefaultKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class X {
public final static field INSTANCE: X
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
private method <init>(): void
public synthetic static method fn$default(p0: X, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
public final @org.jetbrains.annotations.NotNull method fn(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getX(): java.lang.String
public synthetic deprecated static @kotlin.jvm.JvmStatic method x$annotations(): void
}