aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/458_shadowing_builtins_ignores_constructor.sol
blob: 86c0b4f0be3d4bbcf78a42e9b23faa7bfcada507 (plain) (blame)
1
2
3
contract C {
    constructor() public {}
}