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
6 lines
333 B
Plaintext
Vendored
6 lines
333 B
Plaintext
Vendored
FILE: test.kt
|
|
public final fun test(): R|kotlin/Unit| {
|
|
lval staticReference: R|kotlin/reflect/KMutableProperty0<kotlin/String!>| = Q|JavaClass|::R|/JavaClass.staticField*s|
|
|
lval nonStaticReference: R|kotlin/reflect/KMutableProperty1<JavaClass, kotlin/String!>| = Q|JavaClass|::R|/JavaClass.nonStaticField|
|
|
}
|