mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "withstmt" to "with_stmt"
This commit is contained in:
@@ -156,7 +156,7 @@ case @stmt.kind of
|
||||
| 4 = @labeled_stmt
|
||||
| 5 = @break_stmt
|
||||
| 6 = @continue_stmt
|
||||
| 7 = @withstmt
|
||||
| 7 = @with_stmt
|
||||
| 8 = @switchstmt
|
||||
| 9 = @returnstmt
|
||||
| 10 = @throwstmt
|
||||
|
||||
Reference in New Issue
Block a user