renamed "thisexpr" to "this_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:32 +02:00
parent fa8ae793f2
commit 29b03aebd9
3 changed files with 3 additions and 3 deletions

View File

@@ -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