solidity/test/libsolidity/syntaxTests/abstract/unimplemented_functions.sol

6 lines
113 B
Solidity
Raw Normal View History

2019-09-14 20:56:40 +00:00
contract A {
function a() public;
}
// ----
// TypeError: (0-39): Contract "A" should be marked as abstract.