| 870 | TypeDeclarationAnnotation& annotation() const override; |
| 871 | |
| 872 | TypeName const* underlyingType() const { return m_underlyingType.get(); } |
| 873 | bool isVisibleViaContractTypeAccess() const override { return true; } |
| 874 | |
| 875 | private: |
no test coverage detected