mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changing the UserDefinedValueType::toString to userdefined <name>
This commit is contained in:
@@ -2555,7 +2555,7 @@ bool UserDefinedValueType::operator==(Type const& _other) const
|
||||
|
||||
string UserDefinedValueType::toString(bool /* _short */) const
|
||||
{
|
||||
return "user defined type " + *definition().annotation().canonicalName;
|
||||
return *definition().annotation().canonicalName;
|
||||
}
|
||||
|
||||
vector<tuple<string, Type const*>> UserDefinedValueType::makeStackItems() const
|
||||
|
||||
Reference in New Issue
Block a user