0db60bf6cb
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
18 lines
494 B
Plaintext
Vendored
18 lines
494 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class _1Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class a/A
|
|
|
|
@kotlin.Metadata
|
|
public final class a/MultifileClass {
|
|
public final static @org.jetbrains.annotations.NotNull field OK: java.lang.String
|
|
public synthetic deprecated static @a.A method OK$annotations(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
synthetic final class a/MultifileClass___2Kt
|