mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make visibility optional, but it has to be consistent.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
abstract contract C {
|
||||
constructor() {}
|
||||
}
|
||||
contract D is C {
|
||||
constructor() { }
|
||||
}
|
||||
Reference in New Issue
Block a user