Update dependencies
This commit is contained in:
parent
ec4a14e43e
commit
47f454711d
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
|||
Subproject commit 26649393504a8617760f9c7fd99b31f0362f095e
|
||||
Subproject commit 84ed30c0786c8f1f1954c79152820b79aebece13
|
|
@ -1 +1 @@
|
|||
Subproject commit d928584e9e05bb003d1e378aa921899010b0a670
|
||||
Subproject commit 4d876562b4862a98bf1b6b6bf4fd07af96506a54
|
|
@ -248,9 +248,9 @@ private:
|
|||
if (storageClass.token == tok!"enum")
|
||||
return true;
|
||||
}
|
||||
foreach (attr; dec.attributes)
|
||||
foreach (sc; dec.storageClasses)
|
||||
{
|
||||
if (attr.attribute.type == tok!"immutable" || attr.attribute.type == tok!"const")
|
||||
if (sc.token == tok!"immutable" || sc.token == tok!"const")
|
||||
return true;
|
||||
}
|
||||
if (dec.type !is null)
|
||||
|
|
2173
src/astprinter.d
2173
src/astprinter.d
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue