solidity/test/libsolidity/ABIJson/include_fallback_function.sol
2019-09-06 14:42:09 +02:00

12 lines
156 B
Solidity

contract test {
function() external {}
}
// ----
// :test
// [
// {
// "stateMutability": "nonpayable",
// "type": "fallback"
// }
// ]