[LL FIR] add missed diagnostic tests for scripts

^KT-62840
^KT-62841
^KT-62861
This commit is contained in:
Dmitrii Gridin
2023-10-23 18:42:23 +02:00
committed by Space Team
parent 8e623ee73a
commit 2f8026f335
15 changed files with 1387 additions and 770 deletions
@@ -40,4 +40,15 @@ digraph ComplexScript_kts {
9 -> {10};
10 -> {11};
subgraph cluster_4 {
color=red
12 [label="Enter property [3]" style="filled" fillcolor=red];
13 [label="Access variable R|/y| [3]"];
14 [label="Function call: R|/foo|(...) [3]" style="filled" fillcolor=yellow];
15 [label="Exit property [3]" style="filled" fillcolor=red];
}
12 -> {13};
13 -> {14};
14 -> {15};
}