solidity/test/libsolidity/ASTJSON/fallback_payable.sol

6 lines
48 B
Solidity

contract C {
fallback() external {}
}
// ----