[LL FIR] FileStructure: resolve FirFile to body phase as all other elements
This is the correct behavior as we have to resolve to body phase to build CFG and run diagnostics collector correctly ^KT-65780 Fixed
This commit is contained in:
committed by
Space Team
parent
84b6d5d508
commit
7796ef43db
+1
-1
@@ -6,7 +6,7 @@ FIR element rendered:
|
||||
import a.b.c
|
||||
|
||||
FIR FILE:
|
||||
FILE: [ResolvedTo(IMPORTS)] firstImportNamePartScript.kts
|
||||
FILE: [ResolvedTo(BODY_RESOLVE)] firstImportNamePartScript.kts
|
||||
context(<script>@kotlin.script.templates.standard.ScriptTemplateWithArgs)
|
||||
SCRIPT: [ResolvedTo(RAW_FIR)] <script-firstImportNamePartScript.kts>
|
||||
[ResolvedTo(RAW_FIR)] lval args: R|kotlin/Array<kotlin/String>|
|
||||
|
||||
Reference in New Issue
Block a user