Fixed crash in makeScopeInternal
This commit is contained in:
parent
2d168ed63e
commit
81500697db
@ -2749,7 +2749,7 @@ fn makeScopeInternal(
|
||||
}
|
||||
// Visit parameter types to pick up any error sets and enum
|
||||
// completions
|
||||
try makeScopeInternal(
|
||||
if (param.type_expr != 0) try makeScopeInternal(
|
||||
allocator,
|
||||
scopes,
|
||||
error_completions,
|
||||
|
Loading…
Reference in New Issue
Block a user