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

5 lines
51 B
Solidity

contract c {
function() external { }
}
// ----