solidity/test/libsolidity/ASTJSON/fallback.sol

7 lines
60 B
Solidity

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