Merge pull request #9530 from a3d4/improve-error-coverage-referenceresolver

Complete error coverage of ReferenceResolver
This commit is contained in:
chriseth
2020-07-28 21:12:54 +02:00
committed by GitHub
2 changed files with 10 additions and 9 deletions
@@ -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.