Save progress
This commit is contained in:
parent
64d647198b
commit
7a64de71a1
|
|
@ -550,7 +550,7 @@ do
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lastSuffix !is null && lastSuffix.qualifier == SymbolQualifier.none)
|
if (lastSuffix !is null)
|
||||||
{
|
{
|
||||||
assert(suffix !is null);
|
assert(suffix !is null);
|
||||||
typeSwap(currentSymbol);
|
typeSwap(currentSymbol);
|
||||||
|
|
@ -702,6 +702,7 @@ void resolveTypeFromInitializer(DSymbol* symbol, TypeLookup* lookup,
|
||||||
symbol.type = currentSymbol;
|
symbol.type = currentSymbol;
|
||||||
symbol.ownType = false;
|
symbol.ownType = false;
|
||||||
|
|
||||||
|
if (currentSymbol)
|
||||||
writeln(">> type: ", currentSymbol.name);
|
writeln(">> type: ", currentSymbol.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue