mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "breakstmt" to "break_stmt"
This commit is contained in:
@@ -154,7 +154,7 @@ case @stmt.kind of
|
||||
| 2 = @expr_stmt
|
||||
| 3 = @if_stmt
|
||||
| 4 = @labeled_stmt
|
||||
| 5 = @breakstmt
|
||||
| 5 = @break_stmt
|
||||
| 6 = @continuestmt
|
||||
| 7 = @withstmt
|
||||
| 8 = @switchstmt
|
||||
|
||||
Reference in New Issue
Block a user