Add missing if

This commit is contained in:
Jarred Sumner
2022-12-13 15:11:53 -08:00
parent 3236a99b2d
commit 7d15a040fd

View File

@@ -5272,7 +5272,8 @@ fn NewParser_(
}
var __scope = scope.parent;
assert(__scope != null);
if (comptime Environment.allow_assert)
assert(__scope != null);
const name = symbol.original_name;
const hash: u64 = Scope.getMemberHash(name);