Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/problems/javaQualifier.fir.txt
T
Mikhail Glukhikh 978d52d05b K2: render additionally *s for static references
This commit allows to distinguish static VS non-static things
inside FIR_DUMP, e.g. static synthetic Enum.entries with
enum entry Enum.entries
2023-06-21 13:08:00 +00:00

7 lines
184 B
Plaintext
Vendored

FILE: main.kt
public final fun main(): R|kotlin/Unit| {
Q|W|.R|/W.E*s|().R|kotlin/String.length|
Q|W.E|.<Unresolved name: length>#
Q|W.E|.R|/W.E.w*s|
}