Skip to content

Commit

Permalink
Merge pull request #5800 from dlang/revert-5724-fix-15925-stable
Browse files Browse the repository at this point in the history
Revert "[REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored"
  • Loading branch information
MartinNowak committed May 22, 2016
2 parents f8d8225 + f0f3838 commit 64f3fdb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion src/dsymbol.d
Expand Up @@ -1309,7 +1309,7 @@ public:
if (flags & SearchLocalsOnly)
continue;
}
else if (!ss.isTemplateMixin)
else
{
if (flags & SearchImportsOnly)
continue;
Expand Down
9 changes: 0 additions & 9 deletions test/compilable/imports/test15925.d

This file was deleted.

4 changes: 0 additions & 4 deletions test/compilable/imports/test15925thread.d

This file was deleted.

11 changes: 0 additions & 11 deletions test/compilable/test15925.d

This file was deleted.

0 comments on commit 64f3fdb

Please sign in to comment.