renamed "isDelegating" to "is_delegating"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:50 +02:00
parent ba600acd5e
commit 3fb561d72b
8 changed files with 13 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ expr_containers (unique int expr: @exprortype ref,
array_size (unique int ae: @arraylike ref,
int sz: int ref);
isDelegating (int yield: @yieldexpr ref);
is_delegating (int yield: @yieldexpr ref);
@exprorstmt = @expr | @stmt;
@exprortype = @expr | @typeexpr;