mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add a missing DocStringParser error to tests.
This commit is contained in:
@@ -3,4 +3,4 @@ abstract contract C {
|
||||
function vote(uint id) public {}
|
||||
}
|
||||
// ----
|
||||
// DocstringParsingError 9222: End of tag @param not found
|
||||
// DocstringParsingError 3335: No param name given
|
||||
|
||||
Reference in New Issue
Block a user