renamed "predicatetypeexpr" to "predicate_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:34 +02:00
parent 224290c861
commit 8ee4f79727
3 changed files with 4 additions and 4 deletions

View File

@@ -567,7 +567,7 @@ case @typeexpr.kind of
| 17 = @local_var_type_access
| 18 = @qualified_var_type_access
| 19 = @this_var_type_access
| 20 = @predicatetypeexpr
| 20 = @predicate_typeexpr
| 21 = @interfacetypeexpr
| 22 = @typeparameter
| 23 = @plainfunctiontypeexpr
@@ -645,7 +645,7 @@ case @type.kind of
@unionorintersectiontype = @uniontype | @intersectiontype;
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
has_asserts_keyword(int node: @predicatetypeexpr ref);
has_asserts_keyword(int node: @predicate_typeexpr ref);
@typed_ast_node = @expr | @typeexpr | @function;
ast_node_type(