Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/annotations/packageMembers/EnumArgument.txt
T

10 lines
363 B
Plaintext
Vendored

@R|test/Anno|(t = R|java/lang/annotation/ElementType.METHOD|()) public final fun foo(): R|kotlin/Unit|
public final annotation class Anno : R|kotlin/Annotation| {
public final val t: R|java/lang/annotation/ElementType|
public get(): R|java/lang/annotation/ElementType|
public constructor(t: R|java/lang/annotation/ElementType|): R|test/Anno|
}