The old logic for type aliases will create variables in stead of aliases in case the target is class but it is not ready. An example is: ```python Text = str class str(Sequence[str]): ... ```