renamed "emptystmt" to "empty_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:04 +02:00
parent fe121fb2ba
commit 54edbca268
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ class LoopStmt extends TLoopStmt, ControlStmt {
* ;
* ```
*/
class EmptyStmt extends @emptystmt, Stmt { }
class EmptyStmt extends @empty_stmt, Stmt { }
/**
* A block of statements.

View File

@@ -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

View File

@@ -54,7 +54,7 @@
<v>1096691</v>
</e>
<e>
<k>@emptystmt</k>
<k>@empty_stmt</k>
<v>1136</v>
</e>
<e>