renamed "bindexpr" to "bind_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:35 +02:00
parent 1fa3e4d2f1
commit dec030558a
3 changed files with 3 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ case @expr.kind of
| 94 = @decorator
| 95 = @export_default_specifier
| 96 = @export_namespace_specifier
| 97 = @bindexpr
| 97 = @bind_expr
| 98 = @externalmodulereference
| 99 = @dynamicimport
| 100 = @expression_with_type_arguments