mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
renamed "thisexpr" to "this_expr"
This commit is contained in:
@@ -242,7 +242,7 @@ case @expr.kind of
|
||||
| 3 = @number_literal
|
||||
| 4 = @string_literal
|
||||
| 5 = @regexp_literal
|
||||
| 6 = @thisexpr
|
||||
| 6 = @this_expr
|
||||
| 7 = @arrayexpr
|
||||
| 8 = @objexpr
|
||||
| 9 = @function_expr
|
||||
|
||||
Reference in New Issue
Block a user