[LL FIR] add more tests for script initializer

^KT-65344
This commit is contained in:
Dmitrii Gridin
2024-02-02 20:04:18 +01:00
committed by Space Team
parent 08332fdc6e
commit f972c8d239
11 changed files with 209 additions and 0 deletions
@@ -0,0 +1,9 @@
// LOOK_UP_FOR_ELEMENT_OF_TYPE: KtScriptInitializer
fun foo() = 4
<expr>foo()</expr>
bar()
fun bar() {
}