[FIR] Introduce different synthetic origins for FIR declarations
This is needed to be able to precisely distinguish different synthetic declarations (like fields for delegates and functions for data classes) in fir2ir
This commit is contained in:
committed by
Space Team
parent
5b7b885dac
commit
69a35970eb
Vendored
+1
-1
@@ -8,7 +8,7 @@ D:
|
||||
[Source]: public abstract val x: R|kotlin/Int| from Use site scope of /A [id: 1]
|
||||
[Source]: public abstract val x: R|kotlin/String| from Use site scope of /B [id: 2]
|
||||
[Java(Source)]: private open field y: R|kotlin/Int| from Java enhancement scope for /D [id: 0]
|
||||
[Synthetic]: public abstract val y: R|kotlin/Int| from Java enhancement scope for /D [id: 0]
|
||||
[JavaProperty]: public abstract val y: R|kotlin/Int| from Java enhancement scope for /D [id: 0]
|
||||
[Source]: public abstract val y: R|kotlin/Int| from Use site scope of /A [id: 1]
|
||||
[Source]: public abstract val y: R|kotlin/Int| from Use site scope of /B [id: 2]
|
||||
[Enhancement]: public abstract fun getX(): R|kotlin/Any!| from Java enhancement scope for /D [id: 0]
|
||||
|
||||
Reference in New Issue
Block a user