solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/528_fallback_marked_private.sol
2018-07-03 22:51:55 +02:00

6 lines
123 B
Solidity

contract C {
function () private { }
}
// ----
// TypeError: (17-40): Fallback function must be defined as "external".