renamed "mappedtypeexpr" to "mapped_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:40 +02:00
parent 9535fb4045
commit 8ca7f3aa5c
3 changed files with 4 additions and 4 deletions

View File

@@ -437,7 +437,7 @@ scopenesting (unique int inner: @scope ref,
@function = @functiondeclstmt | @functionexpr | @arrowfunctionexpr;
@parameterized = @function | @catchclause;
@type_parameterized = @function | @classorinterface | @typealiasdeclaration | @mappedtypeexpr | @infertypeexpr;
@type_parameterized = @function | @classorinterface | @typealiasdeclaration | @mapped_typeexpr | @infertypeexpr;
is_generator (int fun: @function ref);
has_rest_parameter (int fun: @function ref);
@@ -574,7 +574,7 @@ case @typeexpr.kind of
| 24 = @constructor_typeexpr
| 25 = @local_namespace_access
| 26 = @qualified_namespace_access
| 27 = @mappedtypeexpr
| 27 = @mapped_typeexpr
| 28 = @conditionaltypeexpr
| 29 = @infertypeexpr
| 30 = @importtypeaccess