UserDefinedValueType: from simple name to canonical name.

This commit is contained in:
hrkrshnn
2021-09-15 12:56:29 +02:00
parent 0fa24c786b
commit de01822999
5 changed files with 28 additions and 25 deletions
+2
View File
@@ -750,6 +750,8 @@ public:
Type const* type() const override;
TypeDeclarationAnnotation& annotation() const override;
TypeName const* underlyingType() const { return m_underlyingType.get(); }
bool isVisibleViaContractTypeAccess() const override { return true; }