Skip to content

Commit

Permalink
Merge pull request #5161 from 9rnsr/fix15150
Browse files Browse the repository at this point in the history
[REG2.068.1] Issue 15150 - Public selective import causes conflict
  • Loading branch information
MartinNowak committed Oct 6, 2015
2 parents 8830d97 + f9aa4c9 commit f8d24cd
Show file tree
Hide file tree
Showing 16 changed files with 146 additions and 62 deletions.
2 changes: 1 addition & 1 deletion src/declaration.d
Expand Up @@ -1898,7 +1898,7 @@ public:
sem = Semantic2Done;
}

override final const(char)* kind()
override const(char)* kind()
{
return "variable";
}
Expand Down

0 comments on commit f8d24cd

Please sign in to comment.