solidity/test/libsolidity/natspecJSON/invalid/docstring_inheritdoc.sol
2023-09-11 18:06:42 +02:00

8 lines
185 B
Solidity

contract C {
/// @inheritdoc X
function f() internal {
}
}
// ----
// DocstringParsingError 9397: (17-34): Documentation tag @inheritdoc references inexistent contract "X".