mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow accessing user defined value type members via contract name.
This commit is contained in:
@@ -751,6 +751,7 @@ public:
|
||||
Type const* type() const override;
|
||||
|
||||
TypeName const* underlyingType() const { return m_underlyingType.get(); }
|
||||
bool isVisibleViaContractTypeAccess() const override { return true; }
|
||||
|
||||
private:
|
||||
/// The name of the underlying type
|
||||
|
||||
Reference in New Issue
Block a user