Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/annotations/EnumArgumentWithCustomToString.txt
T

22 lines
569 B
Plaintext
Vendored

public final enum class E : R|kotlin/Enum<test/E>| {
private constructor(): R|test/E|
}
public final annotation class EnumAnno : R|kotlin/Annotation| {
public constructor(value: R|test/E|): R|test/EnumAnno|
}
public final class EnumArgumentWithCustomToString : R|kotlin/Any| {
public final fun annotated(): R|kotlin/Unit|
public constructor(): R|test/EnumArgumentWithCustomToString|
}
public final annotation class EnumArrayAnno : R|kotlin/Annotation| {
public constructor(vararg value: R|kotlin/Array<out test/E>|): R|test/EnumArrayAnno|
}