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
371 B
Plaintext
Vendored
12 lines
371 B
Plaintext
Vendored
FILE: main.kt
|
|
public final fun main(): R|kotlin/Unit| {
|
|
Q|JavaClass|.R|/JavaClass.foo*s|(<L> = foo@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline> {
|
|
String()
|
|
}
|
|
)
|
|
R|/JavaClass.JavaClass|().R|/JavaClass.bar|(<L> = bar@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline> {
|
|
String()
|
|
}
|
|
)
|
|
}
|