Allow qualified access to events from other contracts

This commit is contained in:
Nikola Matic
2023-05-26 12:52:52 +02:00
parent 8c7404f639
commit 5893e099fe
6 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -1261,7 +1261,7 @@ public:
FunctionTypePointer functionType(bool /*_internal*/) const override;
bool isVisibleInDerivedContracts() const override { return true; }
bool isVisibleViaContractTypeAccess() const override { return false; /* TODO */ }
bool isVisibleViaContractTypeAccess() const override { return true; }
EventDefinitionAnnotation& annotation() const override;