solidity/test/libsolidity/smtCheckerTests/modifiers/modifier_abstract.sol

8 lines
109 B
Solidity
Raw Normal View History

abstract contract A {
function f() public mod {}
modifier mod virtual;
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----