22 lines
694 B
Plaintext
Vendored
22 lines
694 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
// source: 'kt43459.kt'
|
|
public method <init>(): void
|
|
public synthetic deprecated static @Anno method getA$annotations(p0: java.lang.Integer): void
|
|
public final @org.jetbrains.annotations.NotNull method getA(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): java.lang.String
|
|
}
|
|
|
|
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class Anno {
|
|
// source: 'kt43459.kt'
|
|
}
|
|
|
|
@kotlin.annotation.Target(allowedTargets=[TYPE])
|
|
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@java.lang.annotation.Target(value=[TYPE_USE])
|
|
@kotlin.Metadata
|
|
public annotation class TypeAnno {
|
|
// source: 'kt43459.kt'
|
|
}
|