Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable' into merge_stable
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/runnable/template9.d
  • Loading branch information
MartinNowak committed Oct 7, 2015
2 parents 5e73c30 + f8d24cd commit 8f0db5a
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 8f0db5a

Please sign in to comment.