mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Always return this
for EventDefinition::resolveVirtual
Instead of asserting.
This commit is contained in:
parent
a2b427dc0b
commit
9a8ca6ca33
@ -1039,7 +1039,7 @@ public:
|
|||||||
ContractDefinition const*
|
ContractDefinition const*
|
||||||
) const override
|
) const override
|
||||||
{
|
{
|
||||||
solAssert(false, "Tried to resolve virtual event.");
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user