aad99fd6eb
We need it to see how many declarations were resolved ^KT-59266
27 lines
955 B
Plaintext
27 lines
955 B
Plaintext
KT element: KtEnumEntry
|
|
FIR element: FirEnumEntryImpl
|
|
FIR source kind: KtRealSourceElementKind
|
|
|
|
FIR element rendered:
|
|
public final static [ResolvedTo(BODY_RESOLVE)] enum entry ENTRY: R|X|
|
|
|
|
FIR FILE:
|
|
FILE: [ResolvedTo(IMPORTS)] enumEntry.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public final [ResolvedTo(STATUS)] enum class X : R|kotlin/Enum<X>| {
|
|
private [ResolvedTo(STATUS)] constructor(): R|X| {
|
|
LAZY_super<R|kotlin/Enum<X>|>
|
|
}
|
|
|
|
public final static [ResolvedTo(BODY_RESOLVE)] enum entry ENTRY: R|X|
|
|
public final static [ResolvedTo(STATUS)] fun values(): R|kotlin/Array<X>| {
|
|
}
|
|
|
|
public final static [ResolvedTo(STATUS)] fun valueOf([ResolvedTo(STATUS)] value: R|kotlin/String|): R|X| {
|
|
}
|
|
|
|
public final static [ResolvedTo(STATUS)] val entries: R|kotlin/enums/EnumEntries<X>|
|
|
public [ResolvedTo(STATUS)] get(): R|kotlin/enums/EnumEntries<X>|
|
|
|
|
}
|