Skip to content

Commit

Permalink
Merge pull request #5167 from MartinNowak/merge_stable
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/stable' into merge_stable
  • Loading branch information
9rnsr committed Oct 7, 2015
2 parents 5e73c30 + 8f0db5a commit 94d9694
Show file tree
Hide file tree
Showing 20 changed files with 297 additions and 95 deletions.
2 changes: 1 addition & 1 deletion src/declaration.d
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ public:
sem = Semantic2Done;
}

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

0 comments on commit 94d9694

Please sign in to comment.