Stephane added an access that returned ComponentArraySpec and meanwhile
I renamed it to ArraySpec.
Original-commit: flang-compiler/f18@
b8e47bc7a52861ea388ee3a19e44221656e62166
Reviewed-on: https://github.com/flang-compiler/f18/pull/54
const DeclTypeSpec &type() const { return type_; }
const Name &name() const { return name_; }
const Attrs &attrs() const { return attrs_; }
- const ComponentArraySpec &shape() const { return arraySpec_; }
+ const ArraySpec &shape() const { return arraySpec_; }
private:
const DeclTypeSpec type_;