[FIR] FirScriptConfiguratorExtensionImpl: provide source for script parameters

We need this source to be able to find the parent declaration

^KT-62693 Fixed
This commit is contained in:
Dmitrii Gridin
2023-10-19 14:27:01 +02:00
committed by Space Team
parent 17ab005668
commit 0b45c6ce23
14 changed files with 120 additions and 19 deletions
@@ -0,0 +1,3 @@
fun foo() {
arg<caret>s
}