mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "throwstmt" to "throw_stmt"
This commit is contained in:
@@ -159,7 +159,7 @@ case @stmt.kind of
|
||||
| 7 = @with_stmt
|
||||
| 8 = @switch_stmt
|
||||
| 9 = @return_stmt
|
||||
| 10 = @throwstmt
|
||||
| 10 = @throw_stmt
|
||||
| 11 = @trystmt
|
||||
| 12 = @whilestmt
|
||||
| 13 = @dowhilestmt
|
||||
|
||||
Reference in New Issue
Block a user