Comment #0 by john.loughran.colvin — 2021-01-14T17:47:46Z
alias AliasSeq(Args...) = Args;
alias fdsa = AliasSeq!(int);
alias asdf = fdsa[][][][][][][][];
pragma(msg, asdf); // (int)
back in 2.064 you got this error:
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
onlineapp.d(3): Error: can't have array of (int)
_error_