aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/constructor/constructor_without_implementation.sol
blob: 6bbb83ceec50cf83b3598589c862f5914db9a319 (plain) (tree)
1
2
3
4
5
            
                             

       
                                                                   
contract C {
    constructor() public;
}
// ----
// TypeError: (14-35): Constructor must be implemented if declared.