mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjusts tests to source locations for structured documentation errors.
This commit is contained in:
@@ -7,5 +7,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// DocstringParsingError: Documented parameter "" not found in the parameter list of the function.
|
||||
// DocstringParsingError: Documented parameter "_" not found in the parameter list of the function.
|
||||
// DocstringParsingError: (17-101): Documented parameter "" not found in the parameter list of the function.
|
||||
// DocstringParsingError: (17-101): Documented parameter "_" not found in the parameter list of the function.
|
||||
|
||||
Reference in New Issue
Block a user