mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix test for replacing base constructor
This commit is contained in:
parent
1b0f7af707
commit
16bc4c6b5f
@ -1,4 +1,4 @@
|
||||
contract A { constructor(uint a) { } }
|
||||
contract B is A { }
|
||||
contract B is A { constructor(bytes4 a, bytes28 b) { } }
|
||||
// ----
|
||||
// TypeError 3656: (39-58): Contract "B" should be marked as abstract.
|
||||
|
Loading…
Reference in New Issue
Block a user