oxc/crates/oxc_semantic/tests/integration/snapshots/infix_operators.snap

34 lines
584 B
Text

---
source: crates/oxc_semantic/tests/integration/cfg.rs
expression: snapshot
input_file: crates/oxc_semantic/tests/integration/cfg_fixtures/infix_operators.js
---
bb0: {
}
bb1: {
statement
statement
}
bb2: {
}
bb3: {
}
digraph {
0 [ label = "" ]
1 [ label = "ExpressionStatement\nExpressionStatement" ]
2 [ label = "" ]
3 [ label = "" ]
1 -> 0 [ label = "Error(Implicit)" ]
2 -> 0 [ label = "Error(Implicit)" ]
3 -> 0 [ label = "Error(Implicit)" ]
1 -> 2 [ label = "Normal" ]
1 -> 3 [ label = "Normal" ]
2 -> 3 [ label = "Normal" ]
}