mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Complete error coverage of ReferenceResolver
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
contract B {}
|
||||
|
||||
contract C {
|
||||
/// @inheritdoc B
|
||||
/// @inheritdoc B
|
||||
function f() internal {}
|
||||
}
|
||||
// ----
|
||||
// DocstringParsingError 5142: (32-71): Documentation tag @inheritdoc can only be given once.
|
||||
Reference in New Issue
Block a user