2020-06-23 12:14:24 +00:00
|
|
|
contract A { constructor() { } }
|
|
|
|
contract B is A { constructor() A { } }
|
2018-04-10 09:22:26 +00:00
|
|
|
// ----
|
2020-06-23 12:14:24 +00:00
|
|
|
// DeclarationError 1563: (65-66): Modifier-style base constructor call without arguments.
|