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

18 lines
307 B
Text

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