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
12 lines
365 B
Plaintext
Vendored
12 lines
365 B
Plaintext
Vendored
FILE: useSite.kt
|
|
public final fun foo(): R|kotlin/Unit| {
|
|
Q|InspectionProfileImpl|.R|/InspectionProfileImpl.INIT_INSPECTIONS*s| = Boolean(true)
|
|
}
|
|
FILE: NewInspectionProfile.kt
|
|
public abstract class NewInspectionProfile : R|kotlin/Any| {
|
|
public constructor(): R|NewInspectionProfile| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
}
|