https://issues.dlang.org/show_bug.cgi?id=15892
--- Comment #1 from Nick Treleaven <ntrel-pub at mybtinternet.com> ---
Note: A normal alias for `get` also works (as a workaround) instead of the
property line above:
alias get = Static.payload;
--