Variable AliasDeclaration.type

Old syntax storageClasses type declaratorIdentifierList

class AliasDeclaration
{
  // ...
  Type type;
  // ...
}