16 lines
721 B
Plaintext
Vendored
16 lines
721 B
Plaintext
Vendored
@FIELD:R|test/Anno|(t = <implicitArrayOf>(R|java/lang/annotation/ElementType.PACKAGE|)) public final val bar: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
@R|test/Anno|(t = <implicitArrayOf>()) public final fun baz(): R|kotlin/Unit|
|
|
|
|
@R|test/Anno|(t = <implicitArrayOf>(R|java/lang/annotation/ElementType.METHOD|, R|java/lang/annotation/ElementType.FIELD|)) public final fun foo(): R|kotlin/Unit|
|
|
|
|
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public final val t: R|kotlin/Array<out java/lang/annotation/ElementType>|
|
|
public get(): R|kotlin/Array<out java/lang/annotation/ElementType>|
|
|
|
|
public constructor(vararg t: R|kotlin/Array<out java/lang/annotation/ElementType>|): R|test/Anno|
|
|
|
|
}
|
|
|