mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implement override checking
This commit is contained in:
@@ -2,5 +2,5 @@ interface D {
|
||||
function f() view external;
|
||||
}
|
||||
contract C is D {
|
||||
function f() view external {}
|
||||
function f() override view external {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user