[LL FIR] add missed diagnostic tests for scripts
^KT-62840 ^KT-62841 ^KT-62861
This commit is contained in:
committed by
Space Team
parent
8e623ee73a
commit
2f8026f335
@@ -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};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user