forgot this one too

This commit is contained in:
ryuukk 2023-02-03 20:54:33 +01:00
parent f66f0010bb
commit 627592e4e0
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ void resolvePart(DSymbol* part, Scope* sc, ref ModuleCache cache, ref HashSet!si
if (part.type !is null) if (part.type !is null)
{ {
foreach (typePart; part.type.opSlice()) foreach (typePart; part.type.opSlice())
resolvePart(typePart, sc, visited); resolvePart(typePart, sc, cache, visited);
} }
} }