mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Nested access to with statement should work now. fixes #105
This commit is contained in:
@@ -923,6 +923,7 @@ void TupleDeclaration::toObjFile(int multiobj)
|
||||
for (int i=0; i < n; ++i)
|
||||
{
|
||||
DsymbolExp* exp = (DsymbolExp*)objects->data[i];
|
||||
assert(exp->op == TOKdsymbol);
|
||||
exp->s->toObjFile(multiobj);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user