forgot this one too
This commit is contained in:
parent
f66f0010bb
commit
627592e4e0
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue