aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/fallback_function.sol
blob: de32b03083703415edd99a074d20414e9900282d (plain) (blame)
1
2
3
4
5
contract c {
    function() { }
}
// ----
// Warning: (17-31): No visibility specified. Defaulting to "public".