solidity/test/libsolidity/ASTJSON/abstract_contract.sol

7 lines
53 B
Solidity
Raw Normal View History

2019-09-14 20:56:40 +00:00
abstract contract C {
2020-06-23 12:14:24 +00:00
constructor() {
2019-09-14 20:56:40 +00:00
}
}
// ----