We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0145ed9 + 30d6a16 commit c3fd92aCopy full SHA for c3fd92a
std/typecons.d
@@ -6677,8 +6677,8 @@ private static:
6677
if (atts & FA.property) poatts ~= " @property";
6678
if (atts & FA.safe ) poatts ~= " @safe";
6679
if (atts & FA.trusted ) poatts ~= " @trusted";
6680
- if (atts & FA.scope_ ) poatts ~= " scope";
6681
if (atts & FA.return_ ) poatts ~= " return";
+ if (atts & FA.scope_ ) poatts ~= " scope";
6682
return poatts;
6683
}
6684
enum postAtts = make_postAtts();
0 commit comments