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
This commit is contained in:
committed by
Space Team
parent
70899d492d
commit
978d52d05b
+1
-1
@@ -8,7 +8,7 @@ FILE: DerivedEnum.kt
|
||||
public final fun foo(): R|kotlin/Unit| {
|
||||
R|/bar|(R|/DerivedEnum.x|)
|
||||
R|/baz|(<Unresolved name: y>#)
|
||||
R|/baz|(Q|BaseJava|.R|/BaseJava.y|)
|
||||
R|/baz|(Q|BaseJava|.R|/BaseJava.y*s|)
|
||||
}
|
||||
|
||||
public final static fun values(): R|kotlin/Array<DerivedEnum>| {
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
FILE: main.kt
|
||||
public final fun main(): R|kotlin/Unit| {
|
||||
Q|W|.R|/W.E|().R|kotlin/String.length|
|
||||
Q|W|.R|/W.E*s|().R|kotlin/String.length|
|
||||
Q|W.E|.<Unresolved name: length>#
|
||||
Q|W.E|.R|/W.E.w|
|
||||
Q|W.E|.R|/W.E.w*s|
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user