solidity/test/libsolidity/syntaxTests/natspec/docstring_empty_tag.sol
2018-04-23 21:47:53 +00:00

7 lines
127 B
Solidity

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