Minimal test(s)
---
deprecated([]) module m;
---
deprecated([""]) module m;
---
deprecated(['a']) module m;
---
deprecated(["a"]) module m;
---
All cause a segmentation fault in ArrayLiteralExp::toStringExp().
Comment #1 by ibuclaw — 2019-01-27T01:41:27Z
Should be using semanticString, and delay looking at the module deprecation message until the module-level scope has been created.
Comment #2 by github-bugzilla — 2019-01-28T08:24:01Z