Nested access to with statement should work now. fixes #105

This commit is contained in:
Tomas Lindquist Olsen
2008-10-27 01:40:47 +01:00
parent fdc172377e
commit f89592b354
2 changed files with 21 additions and 9 deletions

View File

@@ -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);
}
}