solidity/test/libsolidity/syntaxTests/parsing/fallback_function.sol

5 lines
51 B
Solidity
Raw Normal View History

2018-05-17 07:04:39 +00:00
contract c {
function() external { }
2018-05-17 07:04:39 +00:00
}
// ----