mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "whilestmt" to "while_stmt"
This commit is contained in:
@@ -161,7 +161,7 @@ case @stmt.kind of
|
||||
| 9 = @return_stmt
|
||||
| 10 = @throw_stmt
|
||||
| 11 = @try_stmt
|
||||
| 12 = @whilestmt
|
||||
| 12 = @while_stmt
|
||||
| 13 = @dowhilestmt
|
||||
| 14 = @forstmt
|
||||
| 15 = @forinstmt
|
||||
|
||||
Reference in New Issue
Block a user