[LL FIR] make script initializers independent
Now we can resolve all script declarations independently ^KT-65344 Fixed
This commit is contained in:
committed by
Space Team
parent
d59b8b3244
commit
58ad26ee5b
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
/* anchor --> */fun build(/* anchor --> */action: Builder.() -> Unit/* <-- */) = Builder().apply(action)/* <-- */
|
||||
|
||||
build {
|
||||
/* anchor --> */build {
|
||||
version = "123"
|
||||
class A {
|
||||
fun doo() {
|
||||
@@ -17,7 +17,7 @@ build {
|
||||
}
|
||||
|
||||
execute()
|
||||
}
|
||||
}/* <-- */
|
||||
|
||||
/* anchor --> */val builder = build {
|
||||
version = "321"
|
||||
|
||||
Reference in New Issue
Block a user