We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code makes the coverage error TypeError: Could not instrument.
TypeError: Could not instrument
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; abstract contract Test { modifier onlyOwner() virtual; }
Tested with 0.8.2 coverage version.
0.8.2