aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/constructor/constructor_old.sol
blob: 9ec6257ddf32d1323e16b2412d875d745555889d (plain) (blame)
1
2
3
contract A { function A() public {} }
// ----
// Warning: (13-35): Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead.