Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Jan 26, 2016
1 parent 84ed30c commit c7d57d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dsymbol/conversion/first.d
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,8 @@ class InitializerVisitor : ASTVisitor
{
if (on && ioti.identifier != tok!"")
lookup.breadcrumbs.insert(internString(ioti.identifier.text));
else if (on && ioti.templateInstance.identifier != tok!"")
lookup.breadcrumbs.insert(internString(ioti.templateInstance.identifier.text));
ioti.accept(this);
}

Expand Down

0 comments on commit c7d57d5

Please sign in to comment.