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

18 lines
312 B
Text

---
source: crates/oxc_semantic/tests/integration/cfg.rs
expression: snapshot
input_file: crates/oxc_semantic/tests/integration/cfg_fixtures/expression_spread.js
---
bb0: {
}
bb1: {
statement
}
digraph {
0 [ label = "" ]
1 [ label = "VariableDeclaration" ]
1 -> 0 [ label = "Error(Implicit)" ]
}