https://issues.dlang.org/show_bug.cgi?id=3546
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #6 from Dlang Bot <[email protected]> --- @NilsLankila updated dlang/dmd pull request #11273 "fix issue 3546 - experiment aliasing a symbol with a constant indexer" fixing this issue: - fix issue 3546 - experiment aliasing a symbol with a constant indexer An alias allows to reference a variable. When used this variable is then turned into a `VarExp`. The idea is why not allowing an extra index, as long as the index is for a variable and that it is a compile-time constant ? https://github.com/dlang/dmd/pull/11273 --
