alias this = foo;This is new syntax, has some edge cases which fail and intended to replace the old typedef stylealias Type NewName; Such that it look more like variable assignment: alias NewName = Type;
This syntax was intended to only be used for normal aliases, not "alias this", and was supposed to be removed for latter.
