solidity/test/libsolidity/syntaxTests/abstract/unimplemented_functions.sol
2019-11-01 14:54:47 -05:00

6 lines
113 B
Solidity

contract A {
function a() public;
}
// ----
// TypeError: (0-39): Contract "A" should be marked as abstract.