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