[LL FIR] make result$$ property independent

Now we can resolve this generated property in the same way
as other regular properties.
This is the pre-step for independent script initializers

^KT-65344
^KT-65523
This commit is contained in:
Dmitrii Gridin
2024-02-02 19:56:14 +01:00
committed by Space Team
parent 6135a98e4e
commit 4f0bc86ad4
44 changed files with 670 additions and 401 deletions
@@ -23,5 +23,5 @@ build {
version = "321"
}/* <-- */
builder.execute()
/* anchor --> */builder.execute()/* <-- */
/* <-- */
@@ -1,4 +1,4 @@
/* anchor --> */for ((index, _) in emptyList<Int>().withIndex()) {
/* anchor --> *//* anchor --> */for ((index, _) in emptyList<Int>().withIndex()) {
}
}/* <-- */
/* <-- */