false positive "should be declared external" on abstract contract
Open
- Dominant language
- Python
- Stars
- 6.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
if a contract is marked `abstract` we require it be inherited so `public` functions do not need to be `external` if a child contract might reasonably want to use this function
Contributor guide
Assessment
This issue has not been assessed yet.