2019-12-02 20:39:53 +00:00
|
|
|
contract C {
|
2018-03-14 09:34:16 +00:00
|
|
|
/// @param id
|
2019-12-02 20:39:53 +00:00
|
|
|
function vote(uint id) public {}
|
2018-03-14 09:34:16 +00:00
|
|
|
}
|
|
|
|
// ----
|
2020-06-19 00:26:46 +00:00
|
|
|
// DocstringParsingError 9942: No description given for param id
|