K2 Scripting: fix testdata changed after script statements wrapping
This commit is contained in:
committed by
Space Team
parent
eeb723eb01
commit
a69eaa0ea3
+7
-3
@@ -37,9 +37,13 @@ FILE: [ResolvedTo(IMPORTS)] function.kts
|
||||
^build R|/Builder.Builder|().R|kotlin/apply|<R|Builder|>(R|<local>/action|)
|
||||
}
|
||||
|
||||
build#(<L> = LAZY_EXPRESSION)
|
||||
[ResolvedTo(RAW_FIR)] init { LAZY_BLOCK }
|
||||
|
||||
public? final? [ResolvedTo(RAW_FIR)] val builder: <implicit> = LAZY_EXPRESSION
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
builder#.execute#()
|
||||
builder#.version# = String()
|
||||
[ResolvedTo(RAW_FIR)] init { LAZY_BLOCK }
|
||||
|
||||
[ResolvedTo(RAW_FIR)] init {
|
||||
builder#.version# = String()
|
||||
}
|
||||
Reference in New Issue
Block a user