mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Override mobileType of MagicType to null
This commit is contained in:
committed by
Kamil Śliwak
parent
4c4410e0c5
commit
f3fc19080a
@@ -1694,6 +1694,8 @@ public:
|
||||
|
||||
Type const* typeArgument() const;
|
||||
|
||||
Type const* mobileType() const override { return nullptr; }
|
||||
|
||||
protected:
|
||||
std::vector<std::tuple<std::string, Type const*>> makeStackItems() const override { return {}; }
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user