[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:
committed by
Space Team
parent
6135a98e4e
commit
4f0bc86ad4
+1
-1
@@ -23,5 +23,5 @@ build {
|
||||
version = "321"
|
||||
}/* <-- */
|
||||
|
||||
builder.execute()
|
||||
/* anchor --> */builder.execute()/* <-- */
|
||||
/* <-- */
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
/* anchor --> */for ((index, _) in emptyList<Int>().withIndex()) {
|
||||
/* anchor --> *//* anchor --> */for ((index, _) in emptyList<Int>().withIndex()) {
|
||||
|
||||
}
|
||||
}/* <-- */
|
||||
/* <-- */
|
||||
Reference in New Issue
Block a user