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