mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
20 lines
373 B
Text
20 lines
373 B
Text
---
|
|
source: crates/oxc_semantic/tests/integration/cfg.rs
|
|
expression: snapshot
|
|
input_file: crates/oxc_semantic/tests/integration/cfg_fixtures/unary_operator.js
|
|
---
|
|
bb0: {
|
|
|
|
}
|
|
|
|
bb1: {
|
|
statement
|
|
statement
|
|
statement
|
|
}
|
|
|
|
digraph {
|
|
0 [ label = "" ]
|
|
1 [ label = "ExpressionStatement\nExpressionStatement\nExpressionStatement" ]
|
|
1 -> 0 [ label = "Error(Implicit)" ]
|
|
}
|