978d52d05b
This commit allows to distinguish static VS non-static things inside FIR_DUMP, e.g. static synthetic Enum.entries with enum entry Enum.entries
26 lines
912 B
Plaintext
Vendored
26 lines
912 B
Plaintext
Vendored
FILE: conflictingPropertyEntriesAndReferenceOn.fir.kt
|
|
public final enum class E : R|kotlin/Enum<E>| {
|
|
private constructor(): R|E| {
|
|
super<R|kotlin/Enum<E>|>()
|
|
}
|
|
|
|
public final val entries: R|kotlin/Int| = Int(0)
|
|
public get(): R|kotlin/Int|
|
|
|
|
public final static fun values(): R|kotlin/Array<E>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|E| {
|
|
}
|
|
|
|
public final static val entries: R|kotlin/enums/EnumEntries<E>|
|
|
public get(): R|kotlin/enums/EnumEntries<E>|
|
|
|
|
}
|
|
public final fun test(): R|kotlin/Unit| {
|
|
Q|E|::R|/E.entries*s|
|
|
lval ref: R|kotlin/reflect/KProperty0<kotlin/enums/EnumEntries<E>>| = Q|E|::R|/E.entries*s|
|
|
lval refType: R|(E) -> kotlin/Int| = Q|E|::R|/E.entries|
|
|
lval refTypeWithAnyExpectedType: R|kotlin/Any| = Q|E|::R|/E.entries*s|
|
|
}
|