mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "emptystmt" to "empty_stmt"
This commit is contained in:
@@ -149,7 +149,7 @@ jump_targets (unique int jump: @stmt ref,
|
||||
@stmt_container = @toplevel | @function | @namespace_declaration | @external_module_declaration | @global_augmentation_declaration;
|
||||
|
||||
case @stmt.kind of
|
||||
0 = @emptystmt
|
||||
0 = @empty_stmt
|
||||
| 1 = @blockstmt
|
||||
| 2 = @exprstmt
|
||||
| 3 = @ifstmt
|
||||
|
||||
Reference in New Issue
Block a user