solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/458_shadowing_builtins_ignores_constructor.sol

4 lines
43 B
Solidity

contract C {
constructor() public {}
}