solidity/test/libsolidity/syntaxTests/natspec/docstring_empty_tag.sol

7 lines
143 B
Solidity

abstract contract C {
/// @param
function vote(uint id) public {}
}
// ----
// DocstringParsingError 9222: End of tag @param not found