mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11023 from ethereum/natspecparsinglocations
Provide locations for docstring parsing errors.
This commit is contained in:
@@ -3,4 +3,4 @@ contract C {
|
||||
function vote(uint id) public {}
|
||||
}
|
||||
// ----
|
||||
// DocstringParsingError 9942: No description given for param id
|
||||
// DocstringParsingError 9942: (17-30): No description given for param id
|
||||
|
||||
@@ -3,4 +3,4 @@ abstract contract C {
|
||||
function vote(uint id) public {}
|
||||
}
|
||||
// ----
|
||||
// DocstringParsingError 3335: No param name given
|
||||
// DocstringParsingError 3335: (26-36): No param name given
|
||||
|
||||
Reference in New Issue
Block a user